X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/04b6da865ec83c6006811ecd3541fa6b1b9f67b9..30f194a44c20ed4c9c41e74b92764258a7aad466:/lisp/my-file-modes.el diff --git a/lisp/my-file-modes.el b/lisp/my-file-modes.el index a010ac7..9d8abc8 100644 --- a/lisp/my-file-modes.el +++ b/lisp/my-file-modes.el @@ -36,6 +36,7 @@ (setq js2-mode-show-parse-errors nil) (setq js2-mode-show-strict-warnings nil) (setq js--declaration-keyword-re "x^") ; declarations should have normal indentation +(setq js-indent-align-list-continuation nil) (add-hook 'js2-mode-hook #'tide-setup) (add-hook 'js2-mode-hook #'js2-refactor-mode)