nvim/coc/extensions/node_modules/coc-go/.vim/coc-settings.json

11 lines
401 B
JSON

{
"coc.preferences.formatOnSaveFiletypes": ["javascript", "typescript", "json"],
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"javascript.format.semicolons": "remove",
"eslint.autoFix": true,
"eslint.autoFixOnSave": true,
"prettier.disableLanguages": ["typescript"]
}