swh:1:snp:3acf3583feadaff8b61e6d04e53424074d603203
Tip revision: 7e567a6fc3fd2fc0eedef750b83b8b8a0d469544 authored by Josh Siegle on 08 October 2021, 16:09:25 UTC
Merge pull request #69 from celelion/master
Merge pull request #69 from celelion/master
Tip revision: 7e567a6
.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