1
0

Set expandtab globally.

This commit is contained in:
2026-05-15 09:48:33 +02:00
parent d8b85232cf
commit 86468f80fc

View File

@@ -31,14 +31,9 @@ filetype plugin on
" indentation " indentation
set tabstop=4 " tabs only count for 4 spaces set tabstop=4 " tabs only count for 4 spaces
set shiftwidth=4 " when indenting use 4 spaces set shiftwidth=4 " when indenting use 4 spaces
set noexpandtab " use tab characters set expandtab " 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