]> git.phdru.name Git - dotfiles.git/blob - .vim/ftplugin/programming_lang.vim
Refactor(.vim/ftplugin): Settings common to all programming languages
[dotfiles.git] / .vim / ftplugin / programming_lang.vim
1 " Settings common to all programming languages
2
3 setlocal formatoptions-=t formatoptions+=croql
4 setlocal shiftwidth=4 softtabstop=4