package publish
This commit is contained in:
parent
ec4c1f48bf
commit
8fef7b4cc1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ endif
|
|||
" format on write
|
||||
if g:ats_autoformat == 1
|
||||
augroup ats
|
||||
autocmd BufWritePost *.ats,*.dats,*.sats,*.cats call AtsFormat()
|
||||
autocmd BufWritePost *.dats,*.sats,*.hats call AtsFormat()
|
||||
augroup END
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue