.dir-locals.el: Standard Emacs indentation config

Better than having it per-file.

Closes: #644
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-01-12 10:53:57 -05:00 committed by Atomic Bot
parent 2a71afc507
commit 9a77017d87

1
.dir-locals.el Normal file
View File

@ -0,0 +1 @@
((c-mode . ((indent-tabs-mode . nil) (c-file-style . "gnu"))))