Whitespace.
dblume

dblume commited on 2022-08-05 23:26:42
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -215,7 +215,7 @@ if has("autocmd")
215 215
   autocmd BufWrite *.py :call DeleteTrailingWS()  " Delete trailing whitespace
216 216
   " Don't let smartindent unindent the # character in Python files
217 217
   autocmd FileType python  inoremap # X<c-h>#
218
-  autocmd FileType c,cpp,php,brs  set expandtab   " Use spaces instead of tabs
218
+  autocmd FileType c,cpp,php,brs,sh  set expandtab  " Use spaces instead of tabs
219 219
   autocmd Filetype make    setl noexpandtab       " ...not for files that use tabs.
220 220
 
221 221
   " Use the vim command %retab before applying the following
222 222