swh:1:snp:3acf3583feadaff8b61e6d04e53424074d603203
Tip revision: f21ecbacf999789d0afa17a44b8d6a492a66cf09 authored by Josh Siegle on 27 August 2019, 23:28:41 UTC
Change to version 0.2
Change to version 0.2
Tip revision: f21ecba
.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