From b4d28e2324a233fd6fbcba132028d10ab2009dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 8 Jul 2021 14:40:19 -0500 Subject: change to 2 spaces in javascript --- modules/init-js-two.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/init-js-two.el') 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 -- cgit v1.2.3