package publish

This commit is contained in:
Vanessa McHale 2017-12-23 14:57:59 -06:00
parent f979936b8a
commit dc9c3d98b1

View file

@ -4,8 +4,12 @@ endif
let b:ats_ftplugin = 1
if !exists('g:ats_autoformat')
if executable('atsfmt') == 1
let g:ats_autoformat = 1
else
let g:ats_autoformat = 0
endif
endif
set smarttab
au BufNewFile,BufRead *.*ats