summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/ftplugin/proto.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/ftplugin/proto.vim b/.vim/ftplugin/proto.vim
new file mode 100644
index 0000000..3553e36
--- /dev/null
+++ b/.vim/ftplugin/proto.vim
@@ -0,0 +1,7 @@
+setlocal textwidth=80
+setlocal tabstop=4
+setlocal softtabstop=4
+setlocal shiftwidth=4
+setlocal smarttab
+setlocal expandtab
+setlocal smartindent