1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-22 12:03:43 +00:00

[vim] fix identation for makefiles

This commit is contained in:
Przemysław Grondek 2019-11-05 10:06:21 +01:00
parent 97b119b9a0
commit fcbb957adc

View File

@ -4,6 +4,7 @@ set autoindent
set softtabstop=4
set tabstop=4
set expandtab
autocmd FileType make setlocal noexpandtab
" Search
set incsearch