From 576bf0f3085022e9117d78e3b4e19971c82a61d6 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 13 Apr 2025 23:53:35 +0100 Subject: Basic files --- .dir-locals.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..c3e74fa --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((compile-command . "make run") + (+license/license-choice . "GNU General Public License Version 2"))) + (c-mode . ((mode . clang-format)))) -- cgit v1.2.3-13-gbd6f