added prettier overrides
This commit is contained in:
parent
53b2658a81
commit
b2c49c7507
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"printWidth": 100,
|
"printWidth": 132,
|
||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
"bracketSameLine": true,
|
"bracketSameLine": true,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
"htmlWhitespaceSensitivity": "strict",
|
"htmlWhitespaceSensitivity": "strict",
|
||||||
"endOfLine": "lf"
|
"endOfLine": "lf",
|
||||||
|
"overrides": [{ "files": "*.json", "options": { "printWidth": 999 } }]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user