feat(nvim): use tabs for c
This commit is contained in:
parent
cd88fcd870
commit
8873674520
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@
|
|||
match ExtraWhitespace /\s\+$/
|
||||
|
||||
autocmd FileType lisp setlocal shiftwidth=2 tabstop=2
|
||||
autocmd FileType c setlocal noexpandtab shiftwidth=8 tabstop=8
|
||||
|
||||
lua <<EOF
|
||||
vim.diagnostic.config {
|
||||
|
|
Loading…
Reference in a new issue