commit b8ef2f72ca3f34308b392a9425f3f22ff849cd64
parent 7da3041c4608b6dc0f642a97e2605c34b08ab961
Author: Sebastian <sebastian@sebsite.pw>
Date: Fri, 15 Apr 2022 18:54:17 -0400
indent: remove tabstop/shiftwidth/expandtab
This is already set in ftplugin/hare.vim.
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/indent/hare.vim b/indent/hare.vim
@@ -11,7 +11,6 @@ if !has("cindent") || !has("eval")
endif
setlocal cindent
-setlocal tabstop=8 shiftwidth=8 noexpandtab
" L0 -> don't deindent labels
" :0 -> don't indent cases