remove coc formatting

This commit is contained in:
Noah Masur 2021-04-10 12:42:40 -04:00
parent 98de19ed3e
commit c2b8c29299

View File

@ -3,9 +3,5 @@
"rust-analyzer.checkOnSave.enable": true,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
},
"diagnostic-languageserver.formatFiletypes": {
"python": "black",
"sh": "shfmt"
}
}