From cd1e05208f2ce3e9d4e441e469c1f89461c52655 Mon Sep 17 00:00:00 2001
From: Carsten Thiel <thiel@sub.uni-goettingen.de>
Date: Mon, 14 May 2018 17:54:42 +0200
Subject: [PATCH] Adding editorconfig

Implement RDD style compliant example and add a note to styling section.
---
 .editorconfig              | 9 +++++++++
 rdd-technical-reference.md | 3 +++
 2 files changed, 12 insertions(+)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3c9d633
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+[*]
+# unix style line endings
+end_of_line = lf
+# indent by two spaces
+indent_style = space
+indent_size = 2
+
diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md
index 55f54c4..a450301 100644
--- a/rdd-technical-reference.md
+++ b/rdd-technical-reference.md
@@ -34,6 +34,9 @@ software projects in RDD.
 
 ## Do you stick to our style guides?
 
+The basic definitions are given by our [EditorConfig](http://editorconfig.org/),
+i.e. unix line breaks and 2 space indentation.
+
 For the more prominent programming languages we have formatting and
 general style guides we ask you to follow:
 
-- 
GitLab