tlaternet-webserver/templates/.dir-locals.el

6 lines
219 B
EmacsLisp
Raw Normal View History

((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(fill-column . 80)
2022-10-10 12:47:24 +01:00
(projectile-project-run-cmd . "cd templates && parcel serve --no-autoinstall")))
(scss-mode . ((css-indent-offset . 2))))