aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-17 00:13:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-17 00:13:48 +1300
commit4702e0a41d4a0f3b0c8d7a8b49732f04d772b37a (patch)
tree38af604036959138c309bab124f3d9f7cb08086f /vim
parentMerge branch 'feature/nvim' into develop (diff)
downloaddotfiles-4702e0a41d4a0f3b0c8d7a8b49732f04d772b37a.tar.gz
dotfiles-4702e0a41d4a0f3b0c8d7a8b49732f04d772b37a.zip
Remove 'smarttab' setting
In practice, I don't actually use this; I do ^V^I, and I seldom need literal tabs anyway. Better to leave the behaviour predictable.
Diffstat (limited to 'vim')
-rw-r--r--vim/config/whitespace.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/config/whitespace.vim b/vim/config/whitespace.vim
index 0d985f15..99974cb1 100644
--- a/vim/config/whitespace.vim
+++ b/vim/config/whitespace.vim
@@ -10,10 +10,6 @@ set shiftwidth=4
" Insert four spaces when Tab is pressed
set softtabstop=4
-" Indent intelligently to 'shiftwidth' at the starts of lines with Tab, but
-" use 'tabstop' everywhere else
-set smarttab
-
" When indenting lines with < or >, round the indent to a multiple of
" 'shiftwidth', so even if the line is indented by one space it will indent
" up to 4 and down to 0, for example