feat: added .dir-locals.el emacs config file

This commit is contained in:
Sara Gerretsen 2025-12-29 17:10:12 +01:00
parent d87b782d6d
commit 71b3ecd3db

4
.dir-locals.el Normal file
View file

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