chiark / gitweb /
cleanup: add a .dir-locals.el
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 19 Jun 2011 13:20:54 +0000 (14:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 13:21:52 +0000 (14:21 +0100)
Ensures indent level is right for Emacs users.

Signed-off-by: Richard Kettlewell <richard@greenend.org.uk>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.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..0dbd236
--- /dev/null
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c-mode
+  (c-basic-offset . 4)))