aboutsummaryrefslogtreecommitdiff
path: root/vim/macros/indent/spaces.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/macros/indent/spaces.vim')
-rw-r--r--vim/macros/indent/spaces.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/vim/macros/indent/spaces.vim b/vim/macros/indent/spaces.vim
deleted file mode 100644
index d4b36afe..00000000
--- a/vim/macros/indent/spaces.vim
+++ /dev/null
@@ -1,7 +0,0 @@
-" Use spaces for current buffer's indentation (set 'shiftwidth' first)
-setlocal expandtab
-let b:undo_ftplugin .= '|setlocal expandtab< shiftwidth<'
-if &l:softtabstop != -1
- let &l:softtabstop = &l:shiftwidth
- let b:undo_ftplugin .= '|setlocal softtabstop<'
-endif