From 6e41cfe271d6c3d9ed5cb7ac6247e63fac4ea950 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 28 Jan 2021 15:21:43 +0100 Subject: .vim/ftplugin: add proto.vim --- .vim/ftplugin/proto.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vim/ftplugin/proto.vim 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 -- cgit v1.2.3-54-g00ecf