From 32352d169d447952a4a1eab9a86fbb803e7950b4 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sun, 19 Jun 2011 14:20:54 +0100 Subject: [PATCH] cleanup: add a .dir-locals.el Ensures indent level is right for Emacs users. Signed-off-by: Richard Kettlewell Signed-off-by: Ian Jackson --- .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..0dbd236 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +;;; Directory Local Variables +;;; See Info node `(emacs) Directory Variables' for more information. + +((c-mode + (c-basic-offset . 4))) -- 2.30.2