package publish
This commit is contained in:
parent
f979936b8a
commit
dc9c3d98b1
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue