.dir-locals.el: Global Emacs style settings

This ensures things get applied consistently.  I was noticing
some weird indentation in Spacemacs.

Closes: #567
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-01-12 10:45:09 -05:00 committed by Atomic Bot
parent e1cdfa1712
commit 185fba0551

1
.dir-locals.el Normal file
View File

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