diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..2438524f --- /dev/null +++ b/.dir-locals.el @@ -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"))))