transm/.clang-format

18 lines
443 B
Plaintext
Raw Normal View History

2024-12-11 08:44:14 +08:00
BasedOnStyle: LLVM
IndentWidth: 4
PointerAlignment: Left
AccessModifierOffset: -4
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AfterClass: true
Cpp11BracedListStyle: true
ReflowComments: true
SpacesBeforeTrailingComments: 3
TabWidth: 4
ConstructorInitializerAllOnOneLineOrOnePerLine: true
2024-12-11 23:23:48 +08:00
ColumnLimit: 1100
2024-12-11 08:44:14 +08:00
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
AllowShortEnumsOnASingleLine: false