1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[vim] Use real tab when editing Makefiles

This commit is contained in:
Hyacinthe Cartiaux 2015-04-02 10:43:04 +02:00
parent 3d62f83d06
commit 7f44f1c606

View file

@ -182,6 +182,8 @@ set shiftwidth=2
set softtabstop=2
set tabstop=2
" Use tab when editing Makefiles
autocmd FileType make set noexpandtab
" Linebreak on 500 characters
set lbr