.editorconfig 160 B
# EditorConfig is awesome: http://EditorConfig.org
[*]
# unix style line endings
end_of_line = lf
# indent by two spaces
indent_style = space
indent_size = 2
Implement RDD style compliant example and add a note to styling section.
Implement RDD style compliant example and add a note to styling section.
# EditorConfig is awesome: http://EditorConfig.org
[*]
# unix style line endings
end_of_line = lf
# indent by two spaces
indent_style = space
indent_size = 2