mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
vim: markdown now has 2-space tabs
This commit is contained in:
parent
24a98625eb
commit
f3c03f3874
@ -289,6 +289,7 @@ autocmd BufRead,BufNewFile *.nim set filetype=nim
|
||||
|
||||
" formatting options
|
||||
autocmd FileType java setlocal shiftwidth=2 softtabstop=2
|
||||
autocmd FileType markdown setlocal shiftwidth=2 softtabstop=2
|
||||
|
||||
" formatting programs
|
||||
autocmd FileType c setlocal formatprg=astyle\ --mode=c\ --style=ansi
|
||||
|
Loading…
x
Reference in New Issue
Block a user