tool-default-configs/.clang-format
2025-09-17 17:42:11 +02:00

24 lines
386 B
YAML

---
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 100
---
Language: Cpp
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline
AllowShortBlocksOnASingleLine: Empty
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializers: AfterColon
DerivePointerAlignment: false
PointerAlignment: Left
IndentCaseLabels: false
SeparateDefinitionBlocks: Always