We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.prettierrc
1 parent cd93916 commit 2610791Copy full SHA for 2610791
1 file changed
.prettierrc
@@ -0,0 +1,12 @@
1
+{
2
+ "printWidth": 80,
3
+ "tabWidth": 2,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": true,
7
+ "trailingComma": "all",
8
+ "bracketSpacing": true,
9
+ "jsxBracketSameLine": true,
10
+ "fluid": false,
11
+ "arrowParens": "always"
12
+}
0 commit comments