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