1
0
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:
TiynGER 2021-04-29 20:04:32 +02:00
parent 24a98625eb
commit f3c03f3874

View File

@ -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