lang/javascript: js-chain-indent = t
This commit is contained in:
parent
741612a965
commit
422c6d9c12
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
:config
|
:config
|
||||||
(setq js2-skip-preprocessor-directives t
|
(setq js2-skip-preprocessor-directives t
|
||||||
js2-highlight-external-variables nil
|
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
|
(add-hook! 'js2-mode-hook
|
||||||
#'(flycheck-mode highlight-indentation-mode rainbow-delimiters-mode))
|
#'(flycheck-mode highlight-indentation-mode rainbow-delimiters-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue