OSDN Git Service

Check for bad packets in getaddrinfo.c's getanswer. am: 87c0dba7b1 am: dc0492ac4f...
[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