Revision e27067e3a7a54a50092b858a209454204093ad9c authored by jsiegle on 05 February 2019, 22:16:32 UTC, committed by jsiegle on 05 February 2019, 22:16:32 UTC
1 parent ffd9c3f
.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 ...