From: James Bunton Date: Mon, 14 Sep 2020 12:45:42 +0000 (+1000) Subject: JavaScript indent fix X-Git-Url: https://code.delx.au/dotemacs/commitdiff_plain/30f194a44c20ed4c9c41e74b92764258a7aad466 JavaScript indent fix --- 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)