Always prefer a tabstop setting of 4
vim-sleuth is great but guesses/enforces a tabstop of 8, setting it here doesn't interfere with vim-sleuth's guessing but sets my preferred value.
This commit is contained in:
parent
1337b5ea3a
commit
8f97a029d4
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -1,6 +1,10 @@
|
||||||
" set the directory where my vimrc git project is located
|
" set the directory where my vimrc git project is located
|
||||||
source ~/.vimrc_local
|
source ~/.vimrc_local
|
||||||
|
|
||||||
|
" even with the nice space/tab autodetect, prefer 4 for tab stops
|
||||||
|
" but let file type specifics override (for instance a setting of 2 for markdown
|
||||||
|
set ts=4
|
||||||
|
|
||||||
" source aux files also under git control
|
" source aux files also under git control
|
||||||
let oldwd = getcwd()
|
let oldwd = getcwd()
|
||||||
exec "cd " . vimrc_git
|
exec "cd " . vimrc_git
|
||||||
|
|
Loading…
Reference in a new issue