1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-05 02:10:15 +00:00

remove coc formatting

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

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