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 7554408 commit 0c3b891Copy full SHA for 0c3b891
.prettierrc
@@ -0,0 +1,21 @@
1
+{
2
+ "arrowParens": "always",
3
+ "bracketSameLine": false,
4
+ "bracketSpacing": true,
5
+ "embeddedLanguageFormatting": "auto",
6
+ "endOfLine": "lf",
7
+ "htmlWhitespaceSensitivity": "css",
8
+ "insertPragma": false,
9
+ "jsxSingleQuote": true,
10
+ "printWidth": 9999,
11
+ "proseWrap": "preserve",
12
+ "quoteProps": "as-needed",
13
+ "requirePragma": false,
14
+ "semi": false,
15
+ "singleAttributePerLine": false,
16
+ "singleQuote": true,
17
+ "tabWidth": 2,
18
+ "trailingComma": "none",
19
+ "useTabs": false,
20
+ "vueIndentScriptAndStyle": false
21
+}
0 commit comments