NISystemsEngineering / CEF

A starting point for creating a custom configuration editor in the LabVIEW Development Environment.
https://decibel.ni.com/content/docs/DOC-37225
Other
14 stars 5 forks source link

Configuration file should be pretty printed. #93

Open theSloopJohnB opened 7 years ago

theSloopJohnB commented 7 years ago

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.

smithed commented 7 years ago

related to https://github.com/LabVIEW-DCAF/TagEditorCore/issues/273