summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2013-03-08 15:14:10 +0100
committerPavel Šimerda <psimerda@redhat.com>2013-03-08 15:15:28 +0100
commite98d6430a8895a545ec9aaebef124c2cbc8b09ca (patch)
tree64fbdaac34378ae09dfef9f9297190d9defd0a84 /.dir-locals.el
parent9ba40ca886e10b7ba480b062e4217fc87fe528b0 (diff)
misc: add toplevel .dir-locals file that tells Emacs to show trailing whitespace
To help developers avoid adding any.
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 0000000000..af9768c3aa
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((c-mode . ((show-trailing-whitespace . t)))))