summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/format
AgeCommit message (Expand)AuthorFilesLines
2024-01-16`qmk format-json`: Force Unix line endings and ensure LF at EOF (#22901)Ryan1-2/+2
2023-11-28QMK Userspace (#22222)Nick Brassel1-22/+48
2023-09-14`qmk format-json`: Add an in-place mode to format json command (#21610)Andrew Kannan1-2/+13
2023-05-20`qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan1-1/+1
2023-04-07Add Discord webhook at end of each CI run. (#20355)Nick Brassel1-1/+1
2022-05-04Also format *.hpp files. (#16997)Nick Brassel1-1/+1
2022-01-03Refix "No C files in filelist: None" (#15728)Joel Challis1-5/+4
2022-01-03Fix "No C files in filelist: None" (#15560)Joel Challis2-11/+14
2021-11-29Fix 'format-c --core-only' matching keyboard level folders (#15337)Joel Challis1-1/+1
2021-11-23qmk format-python - filter for Python files (#15271)Joel Challis1-4/+5
2021-11-17Add diff logic to python format subcommand (#15156)Joel Challis1-12/+54
2021-11-14Partially reinstate CI formatting process (#15155)Joel Challis1-17/+47
2021-08-24Align some quantum sub-directories (#14134)Joel Challis1-1/+1
2021-07-23CLI/Docs: Fix the format commands' name (#13668)Erovia1-1/+1
2021-07-20Move all our CLI file formatters to the format dir (#13296)Zach White3-0/+190
2021-06-24Optimize our jsonschema by using refs (#13271)Zach White1-3/+2
2021-06-14Ensure that safe_commands always run (#13199)Zach White1-1/+0
2021-03-25Add a `qmk format-json` command that will format JSON files (#12372)Zach White2-0/+67