shell script filetype settings

This commit is contained in:
ManjaroOne666 2017-09-30 20:46:37 +01:00
parent 4a286f23d9
commit 8d62a08958
1 changed files with 6 additions and 0 deletions

6
vim/ftplugin/sh.vim Normal file
View File

@ -0,0 +1,6 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent