summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-01-23 12:42:51 +0100
committerDaiki Ueno <ueno@gnu.org>2017-01-24 09:55:44 +0100
commit91861f634a1299af28a29de70c45f469562123f6 (patch)
tree7ab2d53418375b039494c44e4d6b28cad9db0dbd
parent7f6488fc95a2cbd3b8012923d6fd522a83ae6bba (diff)
maint: Add .dir-locals.el file for Emacs
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..042381f
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((c-mode . ((c-file-style . "linux"))))