[gegl] Add .kateconfig with modelines for Kate
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Add .kateconfig with modelines for Kate
- Date: Sat, 20 Aug 2016 17:24:30 +0000 (UTC)
commit 83d583d6de3c1dd43202f8d0cde62526755dace9
Author: Roman Lebedev <lebedev ri gmail com>
Date: Thu Aug 18 14:01:51 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]