summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/cformat.py
AgeCommit message (Expand)AuthorFilesLines
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