mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
Add .kateconfig with modelines for Kate
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.
This commit is contained in:
4
.kateconfig
Normal file
4
.kateconfig
Normal file
@@ -0,0 +1,4 @@
|
||||
kate: indent-mode cstyle;
|
||||
kate: indent-width 2; tab-width 8;
|
||||
kate: tab-indents off; replace-tabs on;
|
||||
kate: remove-trailing-spaces modified;
|
Reference in New Issue
Block a user