Add prettier + style command

This commit is contained in:
Dolan
2018-01-22 23:38:49 +00:00
parent cb47d4f772
commit f2027230a0
4 changed files with 30 additions and 6 deletions

16
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
"cSpell.words": [
"clippy",
"docx",
"dolan",
"miu",
"officegen",
"typedoc"
],
"prettier.trailingComma": "all",
"prettier.printWidth": 140,
"editor.formatOnSave": false,
"prettier.tabWidth": 4,
"prettier.arrowParens": "always",
"prettier.bracketSpacing": true,
}