Revision a8a88982335f854cf824f2f52a9088629b4db011 authored by Anne van Kesteren on 24 April 2018, 13:28:25 UTC, committed by Anne van Kesteren on 24 April 2018, 14:38:35 UTC
1 parent f000b6b
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