Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `qmk format-json`: Add an in-place mode to format json command (#21610) | Andrew Kannan | 2023-09-14 | 1 | -2/+13 |
| | |||||
* | `qmk format-json`: Expose full key path and respect `sort_keys` (#20836) | Ryan | 2023-05-20 | 1 | -1/+1 |
| | |||||
* | 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 |