diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-01-28 15:21:43 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-01-28 15:22:19 +0100 |
commit | 6e41cfe271d6c3d9ed5cb7ac6247e63fac4ea950 (patch) | |
tree | 1469f66f2e2a29e5043f4bceee86692cd4b51b29 | |
parent | 79e4f460e4203e7b27733b908f2d4dd7e5e7e4b4 (diff) |
.vim/ftplugin: add proto.vim
-rw-r--r-- | .vim/ftplugin/proto.vim | 7 |
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 |