]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Initial take on project emacs variables file and settings. Sets tabs for c-mode.
authorLou Berger <lberger@labn.net>
Thu, 10 Aug 2017 18:07:28 +0000 (14:07 -0400)
committerLou Berger <lberger@labn.net>
Thu, 10 Aug 2017 18:07:28 +0000 (14:07 -0400)
.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..fc70462
--- /dev/null
@@ -0,0 +1,7 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+;;; Match project coding conventions
+((c-mode
+  (indent-tabs-mode . t)
+  (c-basic-offset . 8)))
+