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