1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-14 07:29:44 +00:00
6502bench/CommonUtil
Andy McFadden 160dfca42a Update project file formatting
No meaningful change to the format itself, just to the way it's
formatted.  Specifically, we now emit a line break after every
comma rather than only at curly braces.

The problem driving this change is that all end-of-line comments
are stored in a single dictionary, which becomes a single long line.
Most source control tools can't diff or merge that in a useful way.
Having every element on its own line makes some things harder to
read, but in the end I'm more interested in machine readability
than human readability.

(I tested this by saving all SGTestData projects and verifying that
they worked.  I didn't check the updated versions in because it's
kind of nice to have older project files around to confirm that I'm
not breaking backward compatibility.)
2019-12-31 13:59:08 -08:00
..
2018-09-28 10:05:11 -07:00
2019-10-18 21:00:28 -07:00
2018-09-28 10:05:11 -07:00
2019-12-04 15:59:37 -08:00
2019-12-28 17:22:19 -08:00
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00
2019-12-28 17:22:19 -08:00
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00
2019-12-31 13:59:08 -08:00