mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-25 14:34:27 +00:00
160dfca42a
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.) |
||
---|---|---|
.. | ||
Properties | ||
AddressMap.cs | ||
BitTwiddle.cs | ||
CommonUtil.csproj | ||
Container.cs | ||
CRC32.cs | ||
DebugLog.cs | ||
FileLoadReport.cs | ||
FileUtil.cs | ||
Misc.cs | ||
RangeSet.cs | ||
RawData.cs | ||
ShellCommand.cs | ||
TaskTimer.cs | ||
TextUtil.cs | ||
TypedRangeSet.cs | ||
UnpackedGif.cs | ||
Version.cs |