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:
Roman Lebedev 2016-08-19 02:58:40 +03:00 committed by Jehan
parent c29098e82e
commit eb94b1e3f7
1 changed files with 4 additions and 0 deletions

4
.kateconfig Normal file
View 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;