We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f19ef9 commit a5a657bCopy full SHA for a5a657b
.prettierrc
@@ -1,5 +1,19 @@
1
{
2
- "singleQuote": true,
3
- "trailingComma": "all",
4
- "printWidth": 88
+ "tabWidth": 2,
+ "useTabs": false,
+ "trailingComma": "es5",
5
+ "bracketSameLine": true,
6
+ "overrides": [
7
+ {
8
+ "files": "*.md",
9
+ "options": {
10
+ "tabWidth": 4,
11
12
13
+ "endOfLine": "lf",
14
+ "printWidth": 80,
15
+ "proseWrap": "always"
16
+ }
17
18
+ ]
19
}
0 commit comments