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:
@@ -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))))
|
||||
|
Reference in New Issue
Block a user