summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-08-17 12:17:36 +0200
committerKeith Packard <keithp@keithp.com>2013-08-17 12:17:36 +0200
commit6a49f8836a649322d38a364d9ae084be40fb2305 (patch)
treebd7a04581a66c1f6d11fe6d96f5a0ded2c338fd4 /.dir-locals.el
parentf67d022523c59a27f3bf8791aa9ca6624318b1fd (diff)
downloadxserver-6a49f8836a649322d38a364d9ae084be40fb2305.tar.gz
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.el1
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