shell script filetype settings

This commit is contained in:
ManjaroOne666 2017-09-30 20:46:37 +01:00
commit 8d62a08958

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