ci
This commit is contained in:
parent
88c3f7cb9b
commit
2a386d8ad4
1 changed files with 3 additions and 2 deletions
|
@ -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\ *)
|
||||
|
|
Loading…
Add table
Reference in a new issue