mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
5 lines
151 B
EmacsLisp
5 lines
151 B
EmacsLisp
((c-mode . ((c-file-style . "GNU")
|
|
(c-basic-offset . 2)
|
|
(indent-tabs-mode . nil)
|
|
(show-trailing-whitespace . t))))
|