spacemacs/layers/+lang/typescript/config.el
2016-05-11 20:59:05 -04:00

9 lines
245 B
EmacsLisp

(defvar typescript-fmt-on-save nil
"Run formatter on buffer save.")
(defvar typescript-fmt-tool 'tide
"The name of the tool to be used
for TypeScript source code formatting.
Currently avaliable 'tide (default)
and 'typescript-formatter .")