Set shiftwidth=2 for org-mode files

This commit is contained in:
Anthony Rose 2019-06-17 11:02:13 +01:00
parent 861186b1c9
commit 1798ee4343

1
vimrc
View file

@ -114,6 +114,7 @@ if has("autocmd")
autocmd BufRead,BufNewFile *.md set filetype=markdown
autocmd BufRead,BufNewFile *.md set tabstop=4
autocmd BufRead,BufNewFile *.opml set shiftwidth=2
autocmd BufRead,BufNewFile *.org set shiftwidth=2
autocmd BufRead,BufNewFile *.xml set shiftwidth=2
autocmd BufRead,BufNewFile *.yml set shiftwidth=2
endif