summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-06-03 10:49:15 -0400
committerColin Walters <walters@verbum.org>2015-06-03 10:49:15 -0400
commit3c01914300a2120c5f6ff27ecb2c40eaa63a4bb7 (patch)
tree1afde09391c158fd0d569ac0596aeac9be9e33fa /.dir-locals.el
parent2291767a014f5a04a92ca6f0eb472794f212ca67 (diff)
downloadpolkit-3c01914300a2120c5f6ff27ecb2c40eaa63a4bb7.tar.gz
.dir-locals: Style for Emacs - we don't use tabs
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 0000000..abf24af
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((c-mode . ((indent-tabs-mode . nil)))))