index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
cli
/
cformat.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-19
Remove CLI commands: `multibuild`, `cformat`, `fileformat`, `pyformat`. (#19629)
Nick Brassel
1
-28
/
+0
2021-07-20
Move all our CLI file formatters to the format dir (#13296)
Zach White
1
-124
/
+15
2021-05-19
Align our subprocess usage with current best practices. (#12940)
Zach White
1
-5
/
+5
2021-05-18
Make sure 'cformat' only runs on core files (#12909)
Erovia
1
-6
/
+16
2021-05-10
Improve our CI tests (#11476)
Zach White
1
-29
/
+90
2021-04-14
Add support for tab completion (#12411)
Zach White
1
-1
/
+2
2021-03-31
Format code according to conventions (#12437)
github-actions[bot]
1
-1
/
+1
2021-03-31
Allow for clang-format up to v20. (#12407)
Nick Brassel
1
-1
/
+1
2020-12-10
Fix warning logic when running 'qmk format -a' (#11177)
Joel Challis
1
-2
/
+2
2020-08-29
Initial work for consolidation of ChibiOS platform files (#8327)
Nick Brassel
1
-2
/
+2
2020-05-26
[CLI] Add a subcommand for getting information about a keyboard (#8666)
Zach White
1
-4
/
+6
2020-04-18
Move everything to Python 3.6 (#8835)
skullydazed
1
-3
/
+2
2020-04-08
Don't hide for devs...
Erovia
1
-1
/
+1
2020-04-08
Rebase on master, hide some other subcommands
Erovia
1
-1
/
+1
2020-02-22
New functionality for cformat (#7893)
Akaash Suresh
1
-23
/
+42
2020-02-02
Fix cformat processing files within ignore folders (#8063)
Joel Challis
1
-0
/
+1
2020-01-21
Align cformat rules with current CI implementation (#7936)
Joel Challis
1
-3
/
+4
2019-11-12
Add support for newer versions of clang-format, if installed
skullY
1
-1
/
+10
2019-09-22
Configuration system for CLI (#6708)
skullydazed
1
-3
/
+3
2019-08-31
readability enhancements
skullY
1
-0
/
+5
2019-08-31
Add support for passing files at the command line
skullY
1
-9
/
+11
2019-08-31
CLI command to format C code
skullY
1
-0
/
+27