From 4702e0a41d4a0f3b0c8d7a8b49732f04d772b37a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 17 Feb 2018 00:13:48 +1300 Subject: 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. --- vim/config/whitespace.vim | 4 ---- 1 file changed, 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 -- cgit v1.2.3