From 767961cde4ca25febb7a7e486f40e19ab6a856bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Mon, 10 Oct 2022 12:47:24 +0100 Subject: [PATCH] templates: Fix scss indenting in emacs --- templates/.dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/.dir-locals.el b/templates/.dir-locals.el index d559d6b..025932b 100644 --- a/templates/.dir-locals.el +++ b/templates/.dir-locals.el @@ -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))))