change to 2 spaces in javascript

This commit is contained in:
Jesús
2021-07-08 14:40:19 -05:00
parent 94347e9e73
commit b4d28e2324

View File

@@ -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