aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/_GLOBAL.vim
blob: 3dad1a28f2686a02fd69fc2c034ef35b38b5334c (plain) (blame)
1
2
3
4
5
6
7
8
" 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 autoindent<
setlocal expandtab<
setlocal shiftwidth=
setlocal softtabstop=
setlocal tabstop=