From 86c7f36f7586cf444f58fccd83717344555963c0 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Mon, 5 Nov 2012 18:35:56 +0000 Subject: Add a .dir-locals.el which sets the coding standard Add a .dir-locals.el which sets the something approximating the code standards specified in doc/internal_docs/coding_standard.txt --- .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..93922b0 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +((nil . ((intent-tabs-mode . f) + (fill-column . 78))) + (c-mode . ((c-basic-offset . 4) + (c-file-style . "k&r" )))) + -- cgit v1.2.3