OSDN Git Service

Update timezone data to 2016d am: 2880a020e3 am: 9958dc9fe8 -s ours
[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