diff options
author | skullY <skullydazed@gmail.com> | 2019-08-30 14:26:21 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | 1061c024d87609538f5ea10ccf88788067b3e09c (patch) | |
tree | fe6b3bfdd83a904fce70a6543eba9a2c59ce148b /docs/ChangeLog | |
parent | ddb69d4d39ce5e533eb8f64de50e604199a19bfb (diff) | |
download | qmk_firmware-1061c024d87609538f5ea10ccf88788067b3e09c.tar.gz qmk_firmware-1061c024d87609538f5ea10ccf88788067b3e09c.zip |
Add a note about clang-format to the changelog
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r-- | docs/ChangeLog/20190830.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ChangeLog/20190830.md b/docs/ChangeLog/20190830.md index 88d7192cb..d0bddd3c8 100644 --- a/docs/ChangeLog/20190830.md +++ b/docs/ChangeLog/20190830.md | |||
@@ -4,6 +4,12 @@ Four times a year QMK runs a process for merging Breaking Changes. A Breaking Ch | |||
4 | 4 | ||
5 | This document marks the inaugural Breaking Change merge. A list of changes follows. | 5 | This document marks the inaugural Breaking Change merge. A list of changes follows. |
6 | 6 | ||
7 | ## Core code formatting with clang-format | ||
8 | |||
9 | * All core code (`drivers/`, `quantum/`, `tests/`, and `tmk_core`) has been formatted with clang-format | ||
10 | * A travis process to reformat PR's on merge has been instituted | ||
11 | * You can use the new CLI command `qmk cformat` to format before submitting your PR if you wish. | ||
12 | |||
7 | ## LUFA USB descriptor cleanup | 13 | ## LUFA USB descriptor cleanup |
8 | 14 | ||
9 | * Some code cleanups related to the USB HID descriptors on AVR keyboards, to make them easier to read and understand | 15 | * Some code cleanups related to the USB HID descriptors on AVR keyboards, to make them easier to read and understand |