Files
dynamic_array/.clang-format
Vitor Hideyoshi c4e7627d1f
Some checks failed
CI / build (pull_request) Failing after 1m24s
refactor: update CMake configuration and add clang-format file
2026-04-15 18:27:39 -03:00

22 lines
322 B
YAML

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