aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-js-two.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-10-14 22:36:46 -0500
committerJesús <heckyel@hyperbola.info>2021-10-14 22:36:46 -0500
commit5c590da187d67db5c4080145d93388cbb40508c3 (patch)
treee3afc90afea22dd565381b23513c1ce6c698faf7 /modules/init-js-two.el
parente8d4767adc49dbfe337233005d3c414e3032ee29 (diff)
parent3fe51a5a87a2ceda9c5d5bb952f5d732e7b03da3 (diff)
downloademacs-personal-5c590da187d67db5c4080145d93388cbb40508c3.tar.lz
emacs-personal-5c590da187d67db5c4080145d93388cbb40508c3.tar.xz
emacs-personal-5c590da187d67db5c4080145d93388cbb40508c3.zip
Merge branch 'master' of ssh://hgit/software/emacs-personal into master
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