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

12 lines
401 B
JSON
Raw Normal View History

2021-03-09 22:18:08 +00:00
{
"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"]
}