adjusted dir-locals

This commit is contained in:
Sara Gerretsen 2026-01-06 11:09:13 +01:00
parent c668771696
commit 4ae837479f

View file

@ -1 +1,5 @@
((c-mode . ((mode c++-mode))) (c++-mode . ((mode . clang-format-on-save)))) ((c-mode . ((mode . c++)))
(c++-mode . ((mode . clang-format-on-save)))
(nil . ((projectile-project-compilation-cmd . "just build")
(projectile-project-configure-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project -e")
(projectile-project-run-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project"))))