Add global prettier config

This commit is contained in:
dannyrb 2019-08-07 15:22:39 -04:00
parent a97bd302f7
commit ea45681d00

8
.prettierrc Normal file
View File

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