mirror of
https://github.com/fmtlib/fmt.git
synced 2025-06-24 08:51:41 +02:00
15 lines
421 B
YAML
15 lines
421 B
YAML
# Run manually to reformat a file:
|
|
# clang-format -i --style=file <file>
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
IndentPPDirectives: AfterHash
|
|
IndentCaseLabels: false
|
|
AlwaysBreakTemplateDeclarations: false
|
|
DerivePointerAlignment: false
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
QualifierAlignment: Left
|
|
AlignConsecutiveShortCaseStatements:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: true
|
|
AlignCaseColons: false |