1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-05 21:02:42 +02:00

.dir-locals.el: configure emacs to show trailing whitespace

This commit is contained in:
Michael Natterer
2016-08-24 17:46:57 +02:00
parent 451f0b5c78
commit 6c29429a78

View File

@@ -1,3 +1,4 @@
((c-mode . ((c-file-style . "GNU")
(c-basic-offset . 2)
(indent-tabs-mode . nil))))
(indent-tabs-mode . nil)
(show-trailing-whitespace . t))))