Add .dir-locals.el

Enforce X.org style with an emacs configuration file

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2013-08-17 12:17:36 +02:00
parent f67d022523
commit 6a49f8836a
1 changed files with 1 additions and 0 deletions

1
.dir-locals.el Normal file
View File

@ -0,0 +1 @@
((c-mode . ((c-basic-offset . 4) (indent-tabs-mode . nil))))