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