diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-01 05:21:59 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-01 05:21:59 +0100 |
commit | 6ca508851ae1ba2911e624e03974fd96d30d0bdc (patch) | |
tree | 14876ca08453111e54a862f3f992756f949a2f89 /.dir-locals.el | |
download | prick-6ca508851ae1ba2911e624e03974fd96d30d0bdc.tar.gz prick-6ca508851ae1ba2911e624e03974fd96d30d0bdc.tar.bz2 prick-6ca508851ae1ba2911e624e03974fd96d30d0bdc.zip |
Vector library
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..380da03 --- /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 . "Unlicense"))) + (c-mode . ((mode . clang-format)))) |