OSDN Git Service

Merge changes from topic 'lshal_debug' am: d4f5bb4c17 am: a7f366d411
[android-x86/frameworks-native.git] / .clang-format
1 BasedOnStyle: Google
2
3 AccessModifierOffset: -4
4 AlignOperands: false
5 AllowShortFunctionsOnASingleLine: Inline
6 AlwaysBreakBeforeMultilineStrings: false
7 ColumnLimit: 100
8 CommentPragmas: NOLINT:.*
9 ConstructorInitializerIndentWidth: 6
10 ContinuationIndentWidth: 8
11 IndentWidth: 4
12 PenaltyBreakBeforeFirstCallParameter: 100000
13 SpacesBeforeTrailingComments: 1