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