style: update formatting in dynamic_array.h and .clang-format for consistency
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2026-04-16 11:00:46 -03:00
parent 60f9f88af2
commit 799c090f79
2 changed files with 43 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ UseTab: Never
ColumnLimit: 100
BreakBeforeBraces: Allman
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
@@ -19,4 +19,4 @@ SortIncludes: true
IndentCaseLabels: true
AlignEscapedNewlines: Left
AlignEscapedNewlines: Right