Skip to content

Commit

Permalink
Markdown at 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 18, 2024
1 parent 2ccfbdd commit c1e76ff
Show file tree
Hide file tree
Showing 150 changed files with 5,528 additions and 2,971 deletions.
20 changes: 17 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,24 @@
"tabWidth": 2,
"useTabs": false,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"svelteSortOrder": "options-styles-scripts-markup",
"svelteStrictMode": true,
"svelteAllowShorthand" : true,
"svelteAllowShorthand": true,
"bracketSameLine": false,
"svelteIndentScriptAndStyle": true
"svelteIndentScriptAndStyle": true,
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
},
{
"files": "*.md",
"options": {
"printWidth": 80,
"proseWrap": "always"
}
}
]
}
Loading

0 comments on commit c1e76ff

Please sign in to comment.