bcwhite-code / brians-blueprints

Brian's Blueprints for Factorio
Creative Commons Zero v1.0 Universal
37 stars 16 forks source link

Cleanup json before changes #3

Closed nyurik closed 2 years ago

nyurik commented 2 years ago

This re-encodes all current jsons before I submit any json changes -- this way it is clear what changes i propose rather than what changes happened to be due to UTF8 encoding.

Also, I make sure there is a newline at the end of each file -- some IDEs and tools auto-add that, so to keep things consistent I made a tiny change for that.