forked from hertog/godot-module-template
feat: added .dir-locals.el emacs config file
This commit is contained in:
parent
d87b782d6d
commit
71b3ecd3db
1 changed files with 4 additions and 0 deletions
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal 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"))))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue