spacemacs/layers/+lang/typescript/config.el

9 lines
245 B
EmacsLisp
Raw Normal View History

(defvar typescript-fmt-on-save nil
"Run formatter on buffer save.")
2016-05-02 09:11:16 +00:00
(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 .")