[master] 98f14f5 Help emacs automatically follow project conventions.

Geoff Simmons geoff at uplex.de
Mon Apr 24 19:10:06 CEST 2017


commit 98f14f500495ac8cf5b50a76618e9639ba7a3a34
Author: Geoff Simmons <geoff at uplex.de>
Date:   Mon Apr 24 19:08:45 2017 +0200

    Help emacs automatically follow project conventions.

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..143ac8a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((nil . ((indent-tabs-mode . t)))
+ (c-mode . ((c-file-style . "BSD"))))



More information about the varnish-commit mailing list