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

This commit is contained in:
TreeHugger Robot
2022-11-15 18:01:55 +00:00
committed by Android (Google) Code Review

View File

@@ -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