Skip to content

Commit 78c773a

Browse files
authored
Meta: (.dir-locals.el) Set js-indent-level to 2 (#419)
1 parent cc2aa5e commit 78c773a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.dir-locals.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
;;; For more information see (info "(emacs) Directory Variables")
33

44
((css-mode . ((css-indent-offset . 2)))
5-
(html-mode . ((sgml-basic-offset . 4))))
5+
(html-mode . ((sgml-basic-offset . 4)))
6+
(js-mode . ((js-indent-level . 2))))

0 commit comments

Comments
 (0)