aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/make.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/indent/make.vim')
-rw-r--r--vim/after/indent/make.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/after/indent/make.vim b/vim/after/indent/make.vim
deleted file mode 100644
index 341cd7f6..00000000
--- a/vim/after/indent/make.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-" Use 'tabstop' (8 columns, a full tab) for indent operations in Makefiles.
-" It seems odd that the stock plugin doesn't force this on its own.
-setlocal shiftwidth=0
-let b:undo_indent = 'setlocal shiftwidth<'