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