aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-js-two.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/init-js-two.el')
-rw-r--r--modules/init-js-two.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/init-js-two.el b/modules/init-js-two.el
index eba6ed6..fef9bb9 100644
--- a/modules/init-js-two.el
+++ b/modules/init-js-two.el
@@ -13,8 +13,8 @@
(company-mode))))
:config
;; have 4 space indentation by default
- (setq js-indent-level 4
- js2-basic-offset 4
+ (setq js-indent-level 2
+ js2-basic-offset 2
js-chain-indent t)
;; use eslint_d insetad of eslint for faster linting