This is a pure formatting PR. It does not change any code.
The reason is that when I tried to edit the CycloneDX schema files, my JSON formatter messed with the entire file and produced a completely unreadable diff, even though the actual change was small.
This PR solves that problem by establishing a base formatting for all JSON files enforced by pre-commit for any future commits.
This is a pure formatting PR. It does not change any code.
The reason is that when I tried to edit the CycloneDX schema files, my JSON formatter messed with the entire file and produced a completely unreadable diff, even though the actual change was small. This PR solves that problem by establishing a base formatting for all JSON files enforced by pre-commit for any future commits.