+ Keep .c file using tab but show it as if its 4 spaces "tab"
This commit is contained in:
parent
b2ce214bd3
commit
cc10c88305
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ augroup END
|
||||||
|
|
||||||
" ----- indent for corresponding extension
|
" ----- indent for corresponding extension
|
||||||
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
|
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 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 html set ai sw=4 ts=4 sta et fo=croql
|
||||||
autocmd Filetype css set ai sw=4 ts=4 sta et fo=croql
|
autocmd Filetype css set ai sw=4 ts=4 sta et fo=croql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue