mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
[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 softtabstop=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set expandtab
|
set expandtab
|
||||||
|
autocmd FileType make setlocal noexpandtab
|
||||||
|
|
||||||
" Search
|
" Search
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|
Loading…
Reference in a new issue