xref: /aosp_15_r20/external/fmtlib/.clang-format (revision 5c90c05cd622c0a81b57953a4d343e0e489f2e08)
1# Run manually to reformat a file:
2# clang-format -i --style=file <file>
3Language: Cpp
4BasedOnStyle: Google
5IndentPPDirectives: AfterHash
6IndentCaseLabels: false
7AlwaysBreakTemplateDeclarations: false
8DerivePointerAlignment: false
9AllowShortCaseLabelsOnASingleLine: true
10AlignConsecutiveShortCaseStatements:
11  Enabled: true
12  AcrossEmptyLines: true
13  AcrossComments: true
14  AlignCaseColons: false