Closed doubleO8 closed 2 years ago
Rendering as text mode in github is caused by differences in the number of columns for "header" and "data" lines. The changes contained in this PR alter the files in such ways that the column count is the same for each line and so it accidentally fixes instead of "stops that" github rendering glitch :)
So for example 50.v61.mc.csv
compare the current master version
VS altered version in PR
the extra columns are there for making github show the file in columns instead of text mode. if they're missing it stops that. there were some PRs in the past adding the extra commas at the end, this PR would basically do the opposite, thus declined.