index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
cli
/
cformat.py
Age
Commit message (
Expand
)
Author
2021-05-19
Align our subprocess usage with current best practices. (#12940)
Zach White
2021-05-18
Make sure 'cformat' only runs on core files (#12909)
Erovia
2021-05-10
Improve our CI tests (#11476)
Zach White
2021-04-14
Add support for tab completion (#12411)
Zach White
2021-03-31
Format code according to conventions (#12437)
github-actions[bot]
2021-03-31
Allow for clang-format up to v20. (#12407)
Nick Brassel
2020-12-10
Fix warning logic when running 'qmk format -a' (#11177)
Joel Challis
2020-08-29
Initial 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-18
Move everything to Python 3.6 (#8835)
skullydazed
2020-04-08
Don't hide for devs...
Erovia
2020-04-08
Rebase on master, hide some other subcommands
Erovia
2020-02-22
New functionality for cformat (#7893)
Akaash Suresh
2020-02-02
Fix cformat processing files within ignore folders (#8063)
Joel Challis
2020-01-21
Align cformat rules with current CI implementation (#7936)
Joel Challis
2019-11-12
Add support for newer versions of clang-format, if installed
skullY
2019-09-22
Configuration system for CLI (#6708)
skullydazed
2019-08-31
readability enhancements
skullY
2019-08-31
Add support for passing files at the command line
skullY
2019-08-31
CLI command to format C code
skullY