Set Emacs defaults for CSS/HTML spacing

This commit is contained in:
Ben Sturmfels 2023-05-02 16:31:30 +10:00
parent 52ab8469f7
commit 3f31086dd8
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

5
.dir-locals.el Normal file
View file

@ -0,0 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((web-mode . ((web-mode-css-indent-offset . 4)
(web-mode-markup-indent-offset . 2))))