aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/android/modules/expresslog/jni/.clang-format
blob: cead3a079435208b34ac054f2804129eb6471083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortLoopsOnASingleLine: true
BinPackArguments: true
BinPackParameters: true
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ContinuationIndentWidth: 8
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
AccessModifierOffset: -4
IncludeCategories:
  - Regex:    '^"Log\.h"'
    Priority:    -1