1
0

Set specific configuration for pound project.

This commit is contained in:
2026-05-13 11:26:25 +02:00
parent 6950c63002
commit d8b85232cf

View File

@@ -34,6 +34,11 @@ set shiftwidth=4 " when indenting use 4 spaces
set noexpandtab " use tab characters set noexpandtab " use tab characters
set autoindent set autoindent
" Project-specific settings
augroup ProjectSetup
au BufRead,BufEnter ~/dev/skudonet/pound/*.{h,c} set et ts=4 sw=4
augroup END
" view " view
set number set number
set showmatch " show matching bracket set showmatch " show matching bracket