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