Update vimrc

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-18 08:07:35 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-18 08:07:35 +0200
Commit 628d696e47272f68ddc3163362c040170f7b397d (patch)
-rw-r--r-- vimrc 3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
...
33
  
33
  
34
" Personal tabs/spaces settings.
34
" Personal tabs/spaces settings.
35
autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4
35
autocmd Filetype make,go,sh setlocal noexpandtab tabstop=4 shiftwidth=4
36
autocmd Filetype c,cpp,html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2
36
autocmd Filetype c,cpp setlocal expandtab tabstop=4 shiftwidth=4
  
37
autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2
37
  
38