Some sane prettier defaults

This commit is contained in:
dannyrb 2019-06-20 22:56:26 -04:00
parent 3a684e5963
commit 2326aa8ba1

View File

@ -1,3 +1,9 @@
{
"singleQuote": true
}
"trailingComma": "es5",
"printWidth": 80,
"proseWrap": "always",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}