Set specific configuration for pound project.
This commit is contained in:
5
init.vim
5
init.vim
@@ -34,6 +34,11 @@ set shiftwidth=4 " when indenting use 4 spaces
|
||||
set noexpandtab " use tab characters
|
||||
set autoindent
|
||||
|
||||
" Project-specific settings
|
||||
augroup ProjectSetup
|
||||
au BufRead,BufEnter ~/dev/skudonet/pound/*.{h,c} set et ts=4 sw=4
|
||||
augroup END
|
||||
|
||||
" view
|
||||
set number
|
||||
set showmatch " show matching bracket
|
||||
|
||||
Reference in New Issue
Block a user