Revision f430f2858ae9f161a189d09273ada754a370d886 authored by Josh Siegle on 14 May 2020, 17:24:40 UTC, committed by Josh Siegle on 14 May 2020, 17:24:40 UTC
1 parent 9d126ca
.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 ...