Auto-format on commit and use single quotes

This commit is contained in:
Andrew Eisenberg
2020-06-15 13:16:59 -07:00
parent c7ee9fa8c7
commit 45dc2a29cf
3 changed files with 23 additions and 21 deletions

View File

@@ -33,6 +33,6 @@
// This is necessary so that eslint can properly resolve its plugins
"resolvePluginsRelativeTo": "./extensions/ql-vscode"
},
// Force this to false since this will cause too many changes on each commit
"editor.formatOnSave": false
"editor.formatOnSave": false,
"prettier.singleQuote": true
}