Skip to content

Commit 7301253

Browse files
MirkoBonadeiCommit Bot
authored andcommitted
Add IncludeBlocks to clang-format.
This should make "git cl format" compliant with [1]. [1] - https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes Bug: None Change-Id: Iaccae6c37965e390de8f8a3fe8e3866f51690b5a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/204485 Reviewed-by: Harald Alvestrand <[email protected]> Reviewed-by: Tommi <[email protected]> Commit-Queue: Mirko Bonadei <[email protected]> Cr-Commit-Position: refs/heads/master@{#33151}
1 parent 14cad9f commit 7301253

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.clang-format

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ BreakBeforeTernaryOperators: false
1919
IndentWrappedFunctionNames: true
2020
ContinuationIndentWidth: 4
2121
ObjCSpaceBeforeProtocolList: true
22+
---
23+
Language: Cpp
24+
IncludeBlocks: Regroup

0 commit comments

Comments
 (0)