mirror of https://github.com/GNOME/gimp.git
.dir-locals.el: configure emacs to show trailing whitespace
This commit is contained in:
parent
451f0b5c78
commit
6c29429a78
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue