aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 09:54:25 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 09:54:25 +0200
commitcfb24588aa9c6986032d4a0ee2908f9a23ed9f9e (patch)
tree6ae8f23864728f9f3e0eb8f9bb666e16dc9dac25 /vimrc
parent0169e711b76665af46e48148a8f25d55b48c957b (diff)
downloaddotfiles-cfb24588aa9c6986032d4a0ee2908f9a23ed9f9e.tar.gz
Update vimrc
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index bdcaf2b..ac1e2cb 100644
--- a/vimrc
+++ b/vimrc
@@ -33,6 +33,6 @@ noremap <silent> cu :<C-B>silent <C-E>s/^\V<C-R>=escape(b:comment_leader,'\/')<C
33 33
34" Personal tabs/spaces settings. 34" Personal tabs/spaces settings.
35autocmd Filetype make,go setlocal noexpandtab tabstop=4 shiftwidth=4 35autocmd Filetype make,go setlocal noexpandtab tabstop=4 shiftwidth=4
36autocmd Filetype c,cpp,sh setlocal expandtab tabstop=4 shiftwidth=4 36autocmd Filetype c,cpp,sh,lua setlocal expandtab tabstop=4 shiftwidth=4
37autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2 37autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2
38 38