Description
Minor formatting inconsistency: some templates have a trailing newline at the end of config/rig.json and config/write-manifests.json, others do not.
config/rig.json
- No trailing newline:
ace-generic-card (and others)
- Trailing newline present:
extension-listviewcommandset, webpart-minimal (and others)
config/write-manifests.json
- No trailing newline:
ace-generic-card, webpart-minimal (and others)
- Trailing newline present:
extension-listviewcommandset (and others)
Expected
All templates should consistently end these files with (or without) a trailing newline. A trailing newline is the conventional standard and is recommended.