package publish

This commit is contained in:
Vanessa McHale 2017-12-23 14:57:59 -06:00
parent f979936b8a
commit dc9c3d98b1
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@ endif
let b:ats_ftplugin = 1
if !exists('g:ats_autoformat')
let g:ats_autoformat = 0
if executable('atsfmt') == 1
let g:ats_autoformat = 1
else
let g:ats_autoformat = 0
endif
endif
set smarttab