mirror of
https://github.com/smealum/SPACECRAFT.git
synced 2025-06-18 16:55:35 -04:00
vim-local updated
This commit is contained in:
parent
094c298ffa
commit
9fde256a2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user