summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-18 22:20:49 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-18 22:20:49 -0400
commit2bba76d1984385a2dfb47aca205903cbe2e07560 (patch)
tree1c6f68c1db9ea2fea3cf7c6ab57452064d00daca
parent8a279d818020306f0d6e055971b3c763527091ea (diff)
Add .dir-locals.el
-rw-r--r--.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
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)))