Files
dynamic_array/.clang-format
Vitor Hideyoshi 4238d73749
All checks were successful
CI / build (push) Successful in 10m53s
style: update formatting and alignment in dynamic array files
2026-04-16 11:06:06 -03:00

23 lines
324 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 100
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Left
SpaceBeforeParens: ControlStatements
SortIncludes: true
IndentCaseLabels: true
AlignEscapedNewlines: Right