Revision 765c6ceae4badf27c634d94dad117806f2aa6283 authored by Aram Zucker-Scharff on 15 August 2018, 18:59:07 UTC, committed by GitHub on 15 August 2018, 18:59:07 UTC
 from the Contributor Covenant
1 parent 482a507
Raw File
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
back to top