Let emacs know that this project prefers space rather than TAB
indentation.
Signed-off-by: Eric Blake <eblake(a)redhat.com>
---
.dir-locals.el | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..c9c3aff
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((c-mode . ((indent-tabs-mode . nil))))
--
2.13.6