.dir-locals.el: Standard Emacs indentation config
authorColin Walters <walters@verbum.org>
Thu, 12 Jan 2017 15:53:57 +0000 (10:53 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 12 Jan 2017 16:09:34 +0000 (16:09 +0000)
Better than having it per-file.

Closes: #644
Approved by: jlebon

.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..3514040
--- /dev/null
@@ -0,0 +1 @@
+((c-mode . ((indent-tabs-mode . nil) (c-file-style . "gnu"))))