Add .dir-locals.el emacs config file #16

Open
Sara wants to merge 3 commits from feat/dir-locals.el into development
Showing only changes of commit 71b3ecd3db - Show all commits

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