blob: 0f6b166ecdd590794e504f0925ebbf64e683093a [file] [log] [blame]
Siarhei Vishniakoua3117ca2019-12-09 16:08:46 -08001BasedOnStyle: Google
2
3AccessModifierOffset: -4
4AlignOperands: false
Martin Stjernholmb4f24502023-03-18 01:04:20 +00005AllowShortFunctionsOnASingleLine: Empty
Siarhei Vishniakoua3117ca2019-12-09 16:08:46 -08006AlwaysBreakBeforeMultilineStrings: false
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ConstructorInitializerIndentWidth: 6
10ContinuationIndentWidth: 8
11IndentWidth: 4
Martin Stjernholm26aae412022-11-08 21:05:31 +000012JavaImportGroups:
13- android
14- androidx
15- com.android
16- dalvik
17- libcore
18- com
19- junit
20- net
21- org
22- java
23- javax
Siarhei Vishniakoua3117ca2019-12-09 16:08:46 -080024PenaltyBreakBeforeFirstCallParameter: 100000
25SpacesBeforeTrailingComments: 1