We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a866955 commit 497151cCopy full SHA for 497151c
.prettierrc.json
@@ -2,5 +2,7 @@
2
"singleQuote": false,
3
"trailingComma": "es5",
4
"arrowParens": "always",
5
- "bracketSpacing": true
+ "bracketSpacing": true,
6
+ "tabWidth": 2,
7
+ "useTabs": false
8
}
0 commit comments