OSDN Git Service

am 953611ba: (-s ours) am aa55e7ad: Add support for non-zero vaddr in maps.
[android-x86/bionic.git] / .clang-format
1 BasedOnStyle: Google
2 AllowShortBlocksOnASingleLine: false
3 AllowShortFunctionsOnASingleLine: false
4
5 CommentPragmas: NOLINT:.*
6 DerivePointerAlignment: false
7 IndentWidth: 2
8 ContinuationIndentWidth: 2
9 PointerAlignment: Left
10 TabWidth: 2
11 UseTab: Never
12 PenaltyExcessCharacter: 32
13
14 Cpp11BracedListStyle: false