[vim] fix identation for makefiles
This commit is contained in:
parent
97b119b9a0
commit
fcbb957adc
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ set autoindent
|
|||
set softtabstop=4
|
||||
set tabstop=4
|
||||
set expandtab
|
||||
autocmd FileType make setlocal noexpandtab
|
||||
|
||||
" Search
|
||||
set incsearch
|
||||
|
|
Loading…
Reference in a new issue