LinuxPack/.clang-format

18 lines
442 B
Plaintext
Raw Normal View History

2025-01-17 11:43:11 +08:00
BasedOnStyle: LLVM
2024-08-05 17:07:51 +08:00
IndentWidth: 4
PointerAlignment: Left
AccessModifierOffset: -4
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AfterClass: true
Cpp11BracedListStyle: true
ReflowComments: true
SpacesBeforeTrailingComments: 3
TabWidth: 4
ConstructorInitializerAllOnOneLineOrOnePerLine: true
2025-01-17 11:43:11 +08:00
ColumnLimit: 110
2024-08-05 17:07:51 +08:00
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
AllowShortEnumsOnASingleLine: false