lang/javascript: js-chain-indent = t

This commit is contained in:
Henrik Lissner
2018-02-08 18:56:49 -05:00
parent 741612a965
commit 422c6d9c12

View File

@ -6,7 +6,8 @@
:config
(setq js2-skip-preprocessor-directives t
js2-highlight-external-variables nil
js2-mode-show-parse-errors nil)
js2-mode-show-parse-errors nil
js-chain-indent t)
(add-hook! 'js2-mode-hook
#'(flycheck-mode highlight-indentation-mode rainbow-delimiters-mode))