Closed GamingMadster closed 3 months ago
...and apparently it says I changed 14k lines of the JSON. Neat.
...and apparently it says I changed 14k lines of the JSON. Neat.
Well it looks like you added 11 and modified 7,282. They just show up as added and removed when you change them.
Without pulling it down to verify, it looks like it's line endings. Try setting your editor to use \n
(Unix-style) endings rather than \r\n
(Windows-style) and reformat the file. Also set git to convert \r\n
line endings to \n
when committing, most projects will expect that.
...and apparently it says I changed 14k lines of the JSON. Neat.
Well it looks like you added 11 and modified 7,282. They just show up as added and removed when you change them.
Without pulling it down to verify, it looks like it's line endings. Try setting your editor to use
\n
(Unix-style) endings rather than\r\n
(Windows-style) and reformat the file. Also set git to convert\r\n
line endings to\n
when committing, most projects will expect that.
Pretty sure I fixed it, or well, I hope so anyway.
Thanks for your contribution Madster! Hope the next one goes more smoothly :smile:
Still no clue why those hashes got all screwed. Hopefully all is good now :D