xref: /aosp_15_r20/frameworks/base/cmds/incidentd/.clang-format (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1BasedOnStyle: Google
2AllowShortIfStatementsOnASingleLine: true
3AllowShortFunctionsOnASingleLine: true
4AllowShortLoopsOnASingleLine: true
5BinPackArguments: true
6BinPackParameters: true
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ContinuationIndentWidth: 8
10DerivePointerAlignment: false
11IndentWidth: 4
12PointerAlignment: Left
13TabWidth: 4
14AccessModifierOffset: -4
15IncludeCategories:
16  - Regex:    '^"Log\.h"'
17    Priority:    -1
18