updates...

This commit is contained in:
Rahsheen Porter 2021-12-12 09:30:54 -05:00
parent e853d10ffd
commit 160f28ffb9
4 changed files with 68 additions and 11 deletions

View file

@ -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,
}