aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/_GLOBAL.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/indent/_GLOBAL.vim')
-rw-r--r--vim/indent/_GLOBAL.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/indent/_GLOBAL.vim b/vim/indent/_GLOBAL.vim
new file mode 100644
index 00000000..6ea25dbd
--- /dev/null
+++ b/vim/indent/_GLOBAL.vim
@@ -0,0 +1,6 @@
+" Source this file (probably with :runtime) to explicitly set local indent
+" settings for a buffer back to the global settings, in case it was changed
+" by a prior filetype (e.g. VimL).
+setlocal shiftwidth<
+setlocal softtabstop<
+setlocal tabstop<