Add shell linting and formatting
This commit is contained in:
parent
3fd031e23e
commit
ff70755af6
@ -9,6 +9,12 @@
|
||||
"diagnostic.warningSign": "⚠",
|
||||
"diagnostic.infoSign": "🛈",
|
||||
"diagnostic.checkCurrentLine": true,
|
||||
"diagnostic-languageserver.filetypes": {
|
||||
"sh": "shellcheck"
|
||||
},
|
||||
"diagnostic-languageserver.formatFiletypes": {
|
||||
"sh": "shfmt"
|
||||
},
|
||||
"coc.preferences.formatOnSaveFiletypes": [
|
||||
"css",
|
||||
"go",
|
||||
|
Loading…
x
Reference in New Issue
Block a user