Files @ 3f31086dd891
Branch filter:

Location: symposion_app/.dir-locals.el

bsturmfels
Set Emacs defaults for CSS/HTML spacing
1
2
3
4
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))))