diff options
author | Daiki Ueno <dueno@redhat.com> | 2017-01-23 12:42:51 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2017-01-24 09:55:44 +0100 |
commit | 91861f634a1299af28a29de70c45f469562123f6 (patch) | |
tree | 7ab2d53418375b039494c44e4d6b28cad9db0dbd | |
parent | 7f6488fc95a2cbd3b8012923d6fd522a83ae6bba (diff) |
maint: Add .dir-locals.el file for Emacs
-rw-r--r-- | .dir-locals.el | 1 |
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")))) |