templates: Fix scss indenting in emacs

pull/20/head
Tristan Daniël Maat 2022-10-10 12:47:24 +01:00
parent b1a83cdf2f
commit 767961cde4
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 2 additions and 1 deletions

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))))