This commit is contained in:
Vanessa McHale 2018-07-23 21:52:44 -05:00
parent 88c3f7cb9b
commit 2a386d8ad4
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ endif
" indentation rules
set smarttab
au BufNewFile,BufRead *.*ats
\ setl shiftwidth=2
augroup ats
au BufNewFile,BufRead *.*ats setl shiftwidth=2
augroup END
" set comment string to something prettier
setlocal commentstring=(*\ %s\ *)