summaryrefslogtreecommitdiffstats
path: root/indent/proto.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/proto.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/proto.vim b/indent/proto.vim
index d94a4f18..b09816b1 100644
--- a/indent/proto.vim
+++ b/indent/proto.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'protobuf') == -1
+
" Vim indent file
" Language: Protobuf
" Maintainer: Johannes Zellner <johannes@zellner.org>
@@ -16,4 +17,5 @@ setlocal expandtab
setlocal shiftwidth=2
let b:undo_indent = "setl cin<"
+
endif