templates: Fix music visualizer aspect ratio #18

Manually merged
tlater merged 2 commits from tlater/templates-fix-visualizer-aspect-ratio into master 2022-10-05 13:13:05 +01:00
Showing only changes of commit f8b7b45260 - Show all commits

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