Skip to content

Commit 1675cd3

Browse files
authored
overrides for yaml/toml/json/ini to match blockchain
1 parent 8051aa4 commit 1675cd3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.prettierrc.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
22
"printWidth": 120,
3-
"singleQuote": true
3+
"singleQuote": true,
4+
"overrides": [
5+
{
6+
"files": ["*.yaml", "*.yml", "*.toml", "*.ini"],
7+
"options": {
8+
"tabWidth": 2,
9+
"singleQuote": false,
10+
"experimentalTernaries": true,
11+
"useTabs": false
12+
}
13+
}
14+
]
415
}

0 commit comments

Comments
 (0)