Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / .vim / coc-settings.json
1 {
2   "coc.preferences.formatOnSaveFiletypes": [
3     "javascript",
4     "typescript",
5     "json"
6   ],
7
8   "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
9   "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
10
11   "eslint.autoFix": true,
12   "eslint.autoFixOnSave": true,
13   "prettier.disableLanguages": ["typescript"]
14 }