From 8d62a08958df8870eed73b1414379adb8cbc2cbf Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sat, 30 Sep 2017 20:46:37 +0100 Subject: [PATCH] shell script filetype settings --- vim/ftplugin/sh.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/ftplugin/sh.vim diff --git a/vim/ftplugin/sh.vim b/vim/ftplugin/sh.vim new file mode 100644 index 0000000..544b431 --- /dev/null +++ b/vim/ftplugin/sh.vim @@ -0,0 +1,6 @@ +set softtabstop=2 +set tabstop=2 +set shiftwidth=2 +set expandtab +set shiftround +set autoindent