1BasedOnStyle: Google
2
3AccessModifierOffset: -4
4AlignOperands: false
5AllowShortFunctionsOnASingleLine: Empty
6AlwaysBreakBeforeMultilineStrings: false
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ConstructorInitializerIndentWidth: 6
10ContinuationIndentWidth: 8
11IndentWidth: 4
12JavaImportGroups:
13- android
14- androidx
15- com.android
16- dalvik
17- libcore
18- com
19- junit
20- net
21- org
22- java
23- javax
24PenaltyBreakBeforeFirstCallParameter: 100000
25SpacesBeforeTrailingComments: 1
26