diff options
author | skullY <skullydazed@gmail.com> | 2019-08-30 14:27:38 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | d21730774752b8bc439564b1e3b687ad2aa0922c (patch) | |
tree | 7acce9bea8acbeaac19aca83df7cc89a822a2b7a /docs/ChangeLog | |
parent | 1061c024d87609538f5ea10ccf88788067b3e09c (diff) | |
download | qmk_firmware-d21730774752b8bc439564b1e3b687ad2aa0922c.tar.gz qmk_firmware-d21730774752b8bc439564b1e3b687ad2aa0922c.zip |
consistency
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r-- | docs/ChangeLog/20190830.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ChangeLog/20190830.md b/docs/ChangeLog/20190830.md index d0bddd3c8..bd2d5e19c 100644 --- a/docs/ChangeLog/20190830.md +++ b/docs/ChangeLog/20190830.md | |||
@@ -6,7 +6,7 @@ This document marks the inaugural Breaking Change merge. A list of changes follo | |||
6 | 6 | ||
7 | ## Core code formatting with clang-format | 7 | ## Core code formatting with clang-format |
8 | 8 | ||
9 | * All core code (`drivers/`, `quantum/`, `tests/`, and `tmk_core`) has been formatted with clang-format | 9 | * All core files (`drivers/`, `quantum/`, `tests/`, and `tmk_core/`) have been formatted with clang-format |
10 | * A travis process to reformat PR's on merge has been instituted | 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. | 11 | * You can use the new CLI command `qmk cformat` to format before submitting your PR if you wish. |
12 | 12 | ||