Revision 2632510f87d587a2de4e124d241b9dbe74cbe451 authored by Gustav Bylund on 02 October 2020, 10:35:47 UTC, committed by Alex Rickabaugh on 28 October 2020, 17:53:17 UTC
Also uses fixed git hashes so the line numbers won't get outdated in the
future

PR Close #39093
1 parent f61ac8a
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