OSDN Git Service

Fix for default library path "/vendor/lib"
[android-x86/bionic.git] / .clang-format
1 BasedOnStyle: Google
2 AllowShortBlocksOnASingleLine: false
3 AllowShortFunctionsOnASingleLine: false
4
5 ColumnLimit: 100
6 CommentPragmas: NOLINT:.*
7 DerivePointerAlignment: false
8 IndentWidth: 2
9 ContinuationIndentWidth: 2
10 PointerAlignment: Left
11 TabWidth: 2
12 UseTab: Never
13 PenaltyExcessCharacter: 32
14
15 Cpp11BracedListStyle: false