adjusted dir-locals
This commit is contained in:
parent
c668771696
commit
4ae837479f
1 changed files with 5 additions and 1 deletions
|
|
@ -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"))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue