updates...
parent
e853d10ffd
commit
160f28ffb9
@ -1,5 +1,17 @@
|
||||
{
|
||||
"coc.preferences.formatOnSaveFiletypes": ["css", "markdown", "javascript", "typescript", "typescriptreact", "go"],
|
||||
"eslint.autoFixOnSave": true,
|
||||
"diagnostic.checkCurrentLine": true
|
||||
"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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue