templates: Fix scss indenting in emacs

This commit is contained in:
Tristan Daniël Maat 2022-10-10 12:47:24 +01:00
parent b1a83cdf2f
commit 767961cde4
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -1,4 +1,5 @@
((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(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))))