vim-local updated

This commit is contained in:
Eduardo San Martin Morote 2014-06-02 13:14:48 +02:00
parent 094c298ffa
commit 9fde256a2d

View File

@ -1,4 +1,5 @@
" Local config for vim
autocmd BufRead,BufNewFile *.c,*.h,*.cpp setlocal noexpandtab shiftwidth=4 softtabstop=4 ft=cpp
filetype plugin indent on
autocmd BufRead,BufNewFile *.c,*.h,*.cpp set autoindent noexpandtab shiftwidth=4 tabstop=4 ft=cpp
set fileencoding=utf-8
set ff=unix