We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c803ba1 commit 21f4b33Copy full SHA for 21f4b33
.prettierrc
@@ -1,5 +1,11 @@
1
{
2
- "printWidth": 120,
3
- "trailingComma": "all",
4
- "singleQuote": true
+ "printWidth": 180,
+ "singleQuote": true,
+ "trailingComma": "none",
5
+ "arrowParens": "always",
6
+ "useTabs": true,
7
+ "bracketSpacing": false,
8
+ "vueIndentScriptAndStyle": true,
9
+ "jsxBracketSameLine": true,
10
+ "bracketSameLine": true
11
}
0 commit comments