mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 12:20:06 +00:00
14 lines
396 B
YAML
14 lines
396 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
|
|
AlignConsecutiveShortCaseStatements:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: true
|
|
AlignCaseColons: false |