Revision b530caf68b231b3f4ce2e7ba249bdefc412b3e3e authored by youennf on 13 October 2016, 10:50:38 UTC, committed by Josh Matthews on 13 October 2016, 10:50:38 UTC
1 parent 8239344
Raw File
.editorconfig
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

back to top