summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/cformat.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-19Remove CLI commands: `multibuild`, `cformat`, `fileformat`, `pyformat`. (#19629)Nick Brassel1-28/+0
2021-07-20Move all our CLI file formatters to the format dir (#13296)Zach White1-124/+15
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White1-5/+5
2021-05-18Make sure 'cformat' only runs on core files (#12909)Erovia1-6/+16
2021-05-10Improve our CI tests (#11476)Zach White1-29/+90
2021-04-14Add support for tab completion (#12411)Zach White1-1/+2
2021-03-31Format code according to conventions (#12437)github-actions[bot]1-1/+1
2021-03-31Allow for clang-format up to v20. (#12407)Nick Brassel1-1/+1
2020-12-10Fix warning logic when running 'qmk format -a' (#11177)Joel Challis1-2/+2
2020-08-29Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel1-2/+2
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White1-4/+6
2020-04-18Move everything to Python 3.6 (#8835)skullydazed1-3/+2
2020-04-08Don't hide for devs...Erovia1-1/+1
2020-04-08Rebase on master, hide some other subcommandsErovia1-1/+1
2020-02-22New functionality for cformat (#7893)Akaash Suresh1-23/+42
2020-02-02Fix cformat processing files within ignore folders (#8063)Joel Challis1-0/+1
2020-01-21Align cformat rules with current CI implementation (#7936)Joel Challis1-3/+4
2019-11-12Add support for newer versions of clang-format, if installedskullY1-1/+10
2019-09-22Configuration system for CLI (#6708)skullydazed1-3/+3
2019-08-31readability enhancementsskullY1-0/+5
2019-08-31Add support for passing files at the command lineskullY1-9/+11
2019-08-31CLI command to format C codeskullY1-0/+27