add prettier config + vscode formatter

This commit is contained in:
Resi Respati
2018-08-01 11:47:51 +07:00
parent 4254caeba3
commit a0563bf15e
5 changed files with 17 additions and 1 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 120,
"singleQuote": false,
"trailingComma": "es5"
}