-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sort includes #683
sort includes #683
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this maintain subsystem groupings and handle conditionals around includes?
if it doesn't I'll revert I'm trying this out. If this is unenforceable with clang-format, we'll have to be pendantic in reviews. |
c65aeae
to
0975eec
Compare
0975eec
to
75ea51f
Compare
75ea51f
to
b9505db
Compare
@rwalker-apple is this complete now? |
most of the tree is set correctly now, this can land without major disruption |
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Merge in WMN_TOOLS/matter from feature/wifi_917_adding_latest_wiseMCU to silabs Squashed commit of the following: commit 6efc5fc94e0a5d94ad3d9e2002ff1b24b12d9f9d Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Wed Apr 5 11:16:55 2023 +0530 reverted LEDWidget.h file change commit 12b20ccaafa51a3fdbaea7967695cfbf35e8ec23 Author: srningap <Srishylam.Ningapuram@silabs.com> Date: Tue Apr 4 17:20:00 2023 +0530 Adds latest WiseMCU package version 1.0.1.8
Problem
CHIP would like to have sorted include blocks
Summary of Changes
updates .clang-format
fixes #116