Skip to content
Snippets Groups Projects
Commit cd1e0520 authored by cthiel's avatar cthiel
Browse files

Adding editorconfig

Implement RDD style compliant example and add a note to styling section.
parent f82f9a0c
No related branches found
No related tags found
1 merge request!1Adding editorconfig
# EditorConfig is awesome: http://EditorConfig.org
[*]
# unix style line endings
end_of_line = lf
# indent by two spaces
indent_style = space
indent_size = 2
...@@ -34,6 +34,9 @@ software projects in RDD. ...@@ -34,6 +34,9 @@ software projects in RDD.
## Do you stick to our style guides? ## 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 For the more prominent programming languages we have formatting and
general style guides we ask you to follow: general style guides we ask you to follow:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment