Default prettier settings

This commit is contained in:
dannyrb 2019-04-25 15:30:46 -04:00
parent fbb9207b93
commit 357ad6af3c

9
.prettierrc Normal file
View File

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