We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2aa5e commit 78c773aCopy full SHA for 78c773a
1 file changed
.dir-locals.el
@@ -2,4 +2,5 @@
2
;;; For more information see (info "(emacs) Directory Variables")
3
4
((css-mode . ((css-indent-offset . 2)))
5
- (html-mode . ((sgml-basic-offset . 4))))
+ (html-mode . ((sgml-basic-offset . 4)))
6
+ (js-mode . ((js-indent-level . 2))))
0 commit comments