Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit d46f6d7

Browse files
author
Markus Lottmann
committed
Change tab witdth.
1 parent 488388b commit d46f6d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vimrc

+2-3
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,9 @@ colorscheme solarized
8989
" Tab related stuff
9090
" This needs to be a autocmd which is run after the ftplugins(filetype
9191
" plugins) are executed, to overwrite the tab settings of this plugins.
92-
autocmd FileType python setlocal noexpandtab shiftwidth=4 softtabstop=4 tabstop=4
93-
94-
set noexpandtab shiftwidth=4 softtabstop=4 tabstop=4
92+
"autocmd FileType python setlocal noexpandtab shiftwidth=4 softtabstop=4 tabstop=4
9593

94+
set expandtab shiftwidth=2 softtabstop=2 tabstop=2
9695

9796

9897
let g:bufferline_echo = 0

0 commit comments

Comments
 (0)