summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/format/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that safe_commands always run (#13199)Zach White2021-06-141-1/+0
| | | | | * ensure that safe_commands always run * import the config subcommand in bin/qmk
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-251-0/+1
* 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