package publish

This commit is contained in:
Vanessa McHale 2018-02-10 17:14:25 -06:00
parent ec4c1f48bf
commit 8fef7b4cc1
1 changed files with 1 additions and 1 deletions

View File

@ -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