diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-17 12:17:36 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-17 12:17:36 +0200 |
commit | 6a49f8836a649322d38a364d9ae084be40fb2305 (patch) | |
tree | bd7a04581a66c1f6d11fe6d96f5a0ded2c338fd4 /.dir-locals.el | |
parent | f67d022523c59a27f3bf8791aa9ca6624318b1fd (diff) |
Add .dir-locals.el
Enforce X.org style with an emacs configuration file
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to '.dir-locals.el')
-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 000000000..6aceae3a6 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((c-mode . ((c-basic-offset . 4) (indent-tabs-mode . nil))))
\ No newline at end of file |