From 30f194a44c20ed4c9c41e74b92764258a7aad466 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 14 Sep 2020 22:45:42 +1000 Subject: [PATCH] JavaScript indent fix --- lisp/my-file-modes.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2