aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/vim.vim
blob: 3b038349706f0462c805079bafb43e0ef2e728c0 (plain) (blame)
1
2
3
4
5
6
7
" Restore local indent settings to the global values
runtime indent/_GLOBAL.vim

" Observe VimL conventions for two-space indents
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2