Skip to content

Commit 1d3f913

Browse files
committed
chore: update prettier settings
1 parent 37a27c8 commit 1d3f913

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.prettierrc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,19 @@
55
"semi": true,
66
"singleQuote": false,
77
"trailingComma": "none",
8-
"bracketSpacing": true
8+
"bracketSpacing": true,
9+
"overrides": [
10+
{
11+
"files": "*.json",
12+
"options": {
13+
"tabWidth": 2
14+
}
15+
},
16+
{
17+
"files": ".prettierrc",
18+
"options": {
19+
"tabWidth": 2
20+
}
21+
}
22+
]
923
}

0 commit comments

Comments
 (0)