OSDN Git Service

emulator: update EGL emulation library path
[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