We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c6df0 commit 4453355Copy full SHA for 4453355
.prettierrc
@@ -3,7 +3,8 @@
3
"semi": false,
4
"singleQuote": true,
5
"trailingComma": "none",
6
- "printWidth": 100,
+ "printWidth": 120,
7
+ "proseWrap": "always",
8
"svelteSortOrder": "options-scripts-styles-markup",
9
"svelteIndentScriptAndStyle": false
10
}
0 commit comments