Files
fmt/.clang-format

15 lines
421 B
Plaintext
Raw Permalink Normal View History

2019-01-12 18:27:38 -08:00
# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false
2024-09-10 18:24:35 -07:00
AllowShortCaseLabelsOnASingleLine: true
2025-05-03 07:29:09 -07:00
QualifierAlignment: Left
2024-09-10 18:24:35 -07:00
AlignConsecutiveShortCaseStatements:
Enabled: true
AcrossEmptyLines: true
AcrossComments: true
AlignCaseColons: false