aboutsummaryrefslogtreecommitdiff
path: root/vim/config/whitespace.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-18 17:15:19 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-18 17:15:19 +1300
commit1cd051f6b0274dbfd1a5dc7245c92bc9770a5c6b (patch)
tree797a9b09b4c8a1b18511942dfe5639e1dc751142 /vim/config/whitespace.vim
parentMerge branch 'release/v0.29.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-0b814ab4afaca28232c95aadcf5b1298d6fd271a.tar.gz (sig)
dotfiles-0b814ab4afaca28232c95aadcf5b1298d6fd271a.zip
Merge branch 'release/v0.30.0'v0.30.0
* release/v0.30.0: Bump VERSION Turn off Vim 'softtabstop' for CSV and TSV files Remove 'smarttab' setting Check for 'esckeys' option for NeoVim
Diffstat (limited to 'vim/config/whitespace.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