aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-10-09 18:54:16 +0200
committerGuido Günther <agx@sigxcpu.org>2014-12-21 15:11:51 +0100
commit7d316c328ba04e5c42fb88e9297afd4bd2abb6a4 (patch)
tree3343fa5852af67e991fe7580c0ea524bb92676ee
parent15b07879ac869b6bf27302d2ea37bb1867c9e86a (diff)
Add Emacs indentation
-rw-r--r--.dir-locals.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..7c483d2
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,8 @@
+(
+ (c-mode . (
+ (c-file-style . "K&R")
+ (indent-tabs-mode . nil)
+ (c-indent-level . 4)
+ (c-basic-offset . 4)
+ ))
+ )