From eb94b1e3f709bf7fb0e89017d84e8ebb7b71d933 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Fri, 19 Aug 2016 02:58:40 +0300 Subject: [PATCH] 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. --- .kateconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .kateconfig diff --git a/.kateconfig b/.kateconfig new file mode 100644 index 0000000000..e4b8336451 --- /dev/null +++ b/.kateconfig @@ -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;