From 2bba76d1984385a2dfb47aca205903cbe2e07560 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 18 Apr 2020 22:20:49 -0400 Subject: Add .dir-locals.el --- .dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..2ed9d9b --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((c-mode + (c-basic-offset . 4))) -- cgit v1.2.3