We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156b7e9 commit 86fba08Copy full SHA for 86fba08
1 file changed
.prettierrc
@@ -0,0 +1,25 @@
1
+{
2
+ "semi": false,
3
+ "arrowParens": "avoid",
4
+ "printWidth": 120,
5
+ "trailingComma": "all",
6
+ "useTabs": false,
7
+ "quoteProps": "preserve",
8
+ "overrides": [
9
+ {
10
+ "files": [".vscode/*.json"],
11
+ "options": {
12
+ "parser": "jsonc",
13
14
+ "singleQuote": false,
15
+ "trailingComma": "all"
16
+ }
17
+ },
18
19
+ "files": ["*.md"],
20
21
+ "printWidth": 80
22
23
24
+ ]
25
+}
0 commit comments