mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
Directly follows GIMP HACKING Hackordnung: - 2 characters indentation level - no tabs. TAB should not put TAB characters in the file. - tab stops at 8 column intervals.
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
kate: indent-mode cstyle;
|
|
kate: indent-width 2; tab-width 8;
|
|
kate: tab-indents off; replace-tabs on;
|
|
kate: remove-trailing-spaces modified;
|