aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/_GLOBAL.vim
blob: 6ea25dbdffbd4c78befc89004fd828ffed8e1cf4 (plain) (blame)
1
2
3
4
5
6
" Source this file (probably with :runtime) to explicitly set local indent
" settings for a buffer back to the global settings, in case it was changed
" by a prior filetype (e.g. VimL).
setlocal shiftwidth<
setlocal softtabstop<
setlocal tabstop<