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
|
" indentation rules
|
||||||
set smarttab
|
set smarttab
|
||||||
au BufNewFile,BufRead *.*ats
|
augroup ats
|
||||||
\ setl shiftwidth=2
|
au BufNewFile,BufRead *.*ats setl shiftwidth=2
|
||||||
|
augroup END
|
||||||
|
|
||||||
" set comment string to something prettier
|
" set comment string to something prettier
|
||||||
setlocal commentstring=(*\ %s\ *)
|
setlocal commentstring=(*\ %s\ *)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue