[gimp] Add .kateconfig with modelines for Kate
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Add .kateconfig with modelines for Kate
- Date: Tue, 23 Aug 2016 12:54:17 +0000 (UTC)
commit eb94b1e3f709bf7fb0e89017d84e8ebb7b71d933
Author: Roman Lebedev <lebedev ri gmail com>
Date: Fri Aug 19 02:58:40 2016 +0300
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 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/.kateconfig b/.kateconfig
new file mode 100644
index 0000000..e4b8336
--- /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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]