From cc10c883059b1859b9b527ace76da1f57bf5d615 Mon Sep 17 00:00:00 2001 From: ziro Date: Tue, 17 Aug 2021 11:36:29 +0700 Subject: [PATCH] + Keep .c file using tab but show it as if its 4 spaces "tab" --- .config/vim/vim_uni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/vim/vim_uni b/.config/vim/vim_uni index 0134bc0..1735054 100644 --- a/.config/vim/vim_uni +++ b/.config/vim/vim_uni @@ -86,7 +86,7 @@ augroup END " ----- indent for corresponding extension autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql -autocmd BufEnter *.c set ai sw=4 ts=4 sta et fo=croql +autocmd BufEnter *.c set ai sw=4 ts=4 sta noet fo=croql autocmd BufEnter *.md set ai sw=3 ts=3 sta et fo=croql autocmd Filetype html set ai sw=4 ts=4 sta et fo=croql autocmd Filetype css set ai sw=4 ts=4 sta et fo=croql