xref: /aosp_15_r20/system/core/trusty/confirmationui/.clang-format (revision 00c7fec1bb09f3284aad6a6f96d2f63dfc3650ad)
1BasedOnStyle: LLVM
2IndentWidth: 4
3UseTab: Never
4BreakBeforeBraces: Attach
5AllowShortFunctionsOnASingleLine: Inline
6AllowShortIfStatementsOnASingleLine: true
7IndentCaseLabels: false
8ColumnLimit: 100
9PointerBindsToType: true
10SpacesBeforeTrailingComments: 2
11