Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize our jsonschema by using refs (#13271) | Zach White | 2021-06-24 | 1 | -3/+2 |
| | | | | | | | | | | | | | * fix some broken info.json files * optimize our jsonschema using refs * fix formatting after vscode broke it * make flake8 happy * cleanup * make our schema validation more compact and flexible | ||||
* | Add a `qmk format-json` command that will format JSON files (#12372) | Zach White | 2021-03-25 | 1 | -0/+66 |
* Add a command to format json files * change to work after rebase * add test for qmk format-json * add documentation for qmk format-json * Update lib/python/qmk/cli/format/json.py |