Some sane prettier defaults
This commit is contained in:
parent
3a684e5963
commit
2326aa8ba1
@ -1,3 +1,9 @@
|
||||
{
|
||||
"singleQuote": true
|
||||
}
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 80,
|
||||
"proseWrap": "always",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"endOfLine": "lf"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user