Revision 42599451288be5f523365ed8e8e38c02080a6d95 authored by Andrew Scott on 19 May 2021, 18:12:30 UTC, committed by GitHub on 19 May 2021, 18:12:30 UTC
1 parent 93b1e53
Raw File
.editorconfig
# https://editorconfig.org

root = true

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

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top