Pretty printing the json, or putting distinct data on individual lines, makes the file more readable. It also makes tracking changes in version control easier, allowing for tools such as git blame to see who and when particular changes were introduced. This should be done in conjunction with #92 for an ideal improvement.
Pretty printing the json, or putting distinct data on individual lines, makes the file more readable. It also makes tracking changes in version control easier, allowing for tools such as
git blame
to see who and when particular changes were introduced. This should be done in conjunction with #92 for an ideal improvement.