From 0169e711b76665af46e48148a8f25d55b48c957b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 08:09:04 +0200 Subject: Update vimrc --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 2865c28..bdcaf2b 100644 --- a/vimrc +++ b/vimrc @@ -32,7 +32,7 @@ noremap cc :silent s/^/=escape(b:comment_leader,'\/') cu :silent s/^\V=escape(b:comment_leader,'\/')//e:nohlsearch " Personal tabs/spaces settings. -autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4 -autocmd Filetype c,cpp setlocal expandtab tabstop=4 shiftwidth=4 +autocmd Filetype make,go setlocal noexpandtab tabstop=4 shiftwidth=4 +autocmd Filetype c,cpp,sh setlocal expandtab tabstop=4 shiftwidth=4 autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2 -- cgit v1.2.3