forked from LeddaZ/frameworks_base
26 lines
461 B
YAML
26 lines
461 B
YAML
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -4
|
|
AlignOperands: false
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
ColumnLimit: 100
|
|
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
|