Revision 9d126ca83958267e757a366884407adae74e4d4e authored by Josh Siegle on 14 May 2020, 17:16:45 UTC, committed by Josh Siegle on 14 May 2020, 17:16:45 UTC
1 parent 55253fd
.editorconfig
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf
[*.bat]
indent_style = tab
end_of_line = crlf
[Makefile]
indent_style = tab
Computing file changes ...