misc: add toplevel .dir-locals file that tells Emacs to show trailing whitespace
authorPavel Šimerda <psimerda@redhat.com>
Fri, 8 Mar 2013 14:14:10 +0000 (15:14 +0100)
committerPavel Šimerda <psimerda@redhat.com>
Fri, 8 Mar 2013 14:15:28 +0000 (15:15 +0100)
To help developers avoid adding any.

.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..af9768c
--- /dev/null
@@ -0,0 +1 @@
+((c-mode . ((show-trailing-whitespace . t)))))