bash shell script 작성시 indentation이 안되는 문제..

jaeung24k의 이미지

제목 그대로입니다. 휴가후라 그런지 구글링을 해도 찾지를 못하고 있네요..

bash shell script를 작성하는데 인덴트가 안됩니다..

저의 vimrc를 첨부합니다.

조언해주시면 감사하겠습니다.

set ai
set si
set cindent
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4
set ignorecase
set hlsearch
highlight Normal ctermfg=white ctermbg=black
set background=dark
set nocompatible
set fileencodings=utf-8,euk-kr
set bs=indent,eol,start
set history=1000
set title
set showmatch
set nowrap
set wmnu
 
syntax on