mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/javascript: js-chain-indent = t
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user