From c8e8e02c5faa3ca14816996504ac968f51a1e5cd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 10 Oct 2016 14:01:33 +0100 Subject: [PATCH] Switch to semi-standard format --- modules/siren-js.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/siren-js.el b/modules/siren-js.el index 13de0e7..4a62f2b 100644 --- a/modules/siren-js.el +++ b/modules/siren-js.el @@ -21,7 +21,7 @@ (setq js-indent-level indent-width) (setq indent-level indent-width) (setq tab-width indent-width)) - (setq jsfmt-command "standard-format") + (setq jsfmt-command "semistandard-format") (siren-prog-mode-defaults) (company-mode +1)