Merge "Teach clang-format the right import statement order."
This commit is contained in:
committed by
Android (Google) Code Review
commit
a95ccccf3a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user