2021-09-26 20:30:29 -04:00
|
|
|
{
|
2021-12-12 09:30:54 -05:00
|
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
|
|
"css",
|
|
|
|
"markdown",
|
|
|
|
"javascript",
|
|
|
|
"typescript",
|
|
|
|
"typescriptreact",
|
|
|
|
"go",
|
|
|
|
"ruby"
|
|
|
|
],
|
|
|
|
"eslint.autoFixOnSave": true,
|
|
|
|
"diagnostic.checkCurrentLine": true,
|
|
|
|
"solargraph.autoformat": true,
|
|
|
|
"solargraph.formatting": true,
|
|
|
|
"solargraph.hover": true,
|
|
|
|
"solargraph.diagnostics": true,
|
2021-09-26 20:30:29 -04:00
|
|
|
}
|