templates: Add project run command to dir-locals

pull/18/head
Tristan Daniël Maat 2022-10-05 12:24:12 +01:00
parent 73b9fbf612
commit f8b7b45260
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 4 additions and 0 deletions

4
templates/.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(fill-column . 80)
(projectile-project-run-cmd . "cd templates && parcel serve --no-autoinstall"))))