+ Bloody hell that's alot of changes
This commit is contained in:
parent
cc10c88305
commit
3b6f6f7a5a
7 changed files with 107 additions and 16 deletions
|
@ -86,10 +86,13 @@ augroup END
|
|||
|
||||
" ----- indent for corresponding extension
|
||||
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
|
||||
" in C files, tabs looks like 4 spaces, but it's actually tabs
|
||||
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
|
||||
autocmd Filetype javascript set ai sw=4 ts=4 sta et fo=croql
|
||||
autocmd Filetype vue set ai sw=4 ts=4 sta et fo=croql
|
||||
|
||||
" ----- Auto refresh vimrc
|
||||
augroup myvimrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue