From a652f8f6a24c0e1599b1108398780df81d652582 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 14 Nov 2013 11:01:45 -0800 Subject: [PATCH] Add .dir-locals to tell emacs how to format by default. I'd apparently been typing in two different styles. --- .dir-locals.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..7f3eee2 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +((nil + (indent-tabs-mode . nil) + (tab-width . 8) + (c-basic-offset . 4) + ) + )