aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/make.vim
blob: 341cd7f64ead71dad6efd59612972d6657c74f94 (plain) (blame)
1
2
3
4
" Use 'tabstop' (8 columns, a full tab) for indent operations in Makefiles.
" It seems odd that the stock plugin doesn't force this on its own.
setlocal shiftwidth=0
let b:undo_indent = 'setlocal shiftwidth<'