swh:1:snp:3acf3583feadaff8b61e6d04e53424074d603203
Tip revision: 3855129747b905d24f2812d7ae00d9419e49dfa7 authored by Josh Siegle on 25 July 2019, 19:29:55 UTC
Update batch plotting
Update batch plotting
Tip revision: 3855129
.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