updates...
This commit is contained in:
parent
e853d10ffd
commit
160f28ffb9
4 changed files with 68 additions and 11 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue