chiark / gitweb /
dir-locals.el
authorRichard Kettlewell <rjk@terraraq.org.uk>
Thu, 21 Feb 2013 19:58:28 +0000 (19:58 +0000)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Thu, 21 Feb 2013 19:58:28 +0000 (19:58 +0000)
.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..ac3d1ac
--- /dev/null
@@ -0,0 +1,7 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c++-mode
+  (c-basic-offset . 2)
+  (indent-tabs-mode)))
+