]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.dir-locals.el: new file
authorDaiki Ueno <dueno@redhat.com>
Tue, 28 Nov 2017 14:45:59 +0000 (15:45 +0100)
committerDaiki Ueno <dueno@redhat.com>
Thu, 30 Nov 2017 09:58:33 +0000 (10:58 +0100)
This forces Emacs to use the Linux kernel coding style for all C code.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..042381f
--- /dev/null
@@ -0,0 +1 @@
+((c-mode . ((c-file-style . "linux"))))