From a5f6c8512a47178750b63b9b198ae321f611cf51 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 25 Nov 2016 11:48:09 -0500 Subject: [PATCH] set js indent level to 2 --- spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/spacemacs b/spacemacs index 58c1ccc..1f24c10 100644 --- a/spacemacs +++ b/spacemacs @@ -305,6 +305,7 @@ before packages are loaded. If you are unsure, you should try in setting them in (setq backup-inhibited t) (setq vc-follow-symlinks t) (setq gofmt-command "goimports") + (setq js-indent-level 2) (prefer-coding-system 'utf-8) (define-globalized-minor-mode global-fci-mode fci-mode (lambda () (fci-mode 1))) )