summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/cformat.py
AgeCommit message (Expand)Author
2021-07-20Move all our CLI file formatters to the format dir (#13296)Zach White
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White
2021-05-18Make sure 'cformat' only runs on core files (#12909)Erovia
2021-05-10Improve our CI tests (#11476)Zach White
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-31Format code according to conventions (#12437)github-actions[bot]
2021-03-31Allow for clang-format up to v20. (#12407)Nick Brassel
2020-12-10Fix warning logic when running 'qmk format -a' (#11177)Joel Challis
2020-08-29Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White
2020-04-18Move everything to Python 3.6 (#8835)skullydazed
2020-04-08Don't hide for devs...Erovia
2020-04-08Rebase on master, hide some other subcommandsErovia
2020-02-22New functionality for cformat (#7893)Akaash Suresh
2020-02-02Fix cformat processing files within ignore folders (#8063)Joel Challis
2020-01-21Align cformat rules with current CI implementation (#7936)Joel Challis
2019-11-12Add support for newer versions of clang-format, if installedskullY
2019-09-22Configuration system for CLI (#6708)skullydazed
2019-08-31readability enhancementsskullY
2019-08-31Add support for passing files at the command lineskullY
2019-08-31CLI command to format C codeskullY