templates: Fix scss indenting in emacs
This commit is contained in:
parent
b1a83cdf2f
commit
767961cde4
|
@ -1,4 +1,5 @@
|
||||||
((nil . ((indent-tabs-mode . nil)
|
((nil . ((indent-tabs-mode . nil)
|
||||||
(tab-width . 4)
|
(tab-width . 4)
|
||||||
(fill-column . 80)
|
(fill-column . 80)
|
||||||
(projectile-project-run-cmd . "cd templates && parcel serve --no-autoinstall"))))
|
(projectile-project-run-cmd . "cd templates && parcel serve --no-autoinstall")))
|
||||||
|
(scss-mode . ((css-indent-offset . 2))))
|
||||||
|
|
Loading…
Reference in a new issue