You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: