Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a95ccccf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Teach clang-format the right import statement order."

parents f91794c0 26aae411
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -9,5 +9,17 @@ CommentPragmas: NOLINT:.*
ConstructorInitializerIndentWidth: 6
ContinuationIndentWidth: 8
IndentWidth: 4
JavaImportGroups:
- android
- androidx
- com.android
- dalvik
- libcore
- com
- junit
- net
- org
- java
- javax
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1