Set Emacs defaults for CSS/HTML spacing
This commit is contained in:
parent
52ab8469f7
commit
3f31086dd8
1 changed files with 5 additions and 0 deletions
5
.dir-locals.el
Normal file
5
.dir-locals.el
Normal 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))))
|
Loading…
Reference in a new issue