autocmd BufWritePre *.ts Neoformat
let g:neoformat_try_node_exe = 1
setlocal sw=2 ts=2
setlocal fdm=indent
setlocal smartindent
setlocal list