diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-08 01:50:14 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-08 01:50:14 +0530 |
commit | ea046912c778dc64ac1dcc25bbc7a1e58f89b196 (patch) | |
tree | 186a0a5e1663ef8949d72917183d7b9e6685f0c7 /.dir-locals.el | |
download | snek-ea046912c778dc64ac1dcc25bbc7a1e58f89b196.tar.gz snek-ea046912c778dc64ac1dcc25bbc7a1e58f89b196.tar.bz2 snek-ea046912c778dc64ac1dcc25bbc7a1e58f89b196.zip |
First commit!
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..7490d85 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +;;; Directory Local Variables -*- no-byte-compile: t; -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((+license/license-choice . "MIT"))) + (c++-mode . ((mode . clang-format)))) |