Skip to content

Commit

Permalink
fix: update .clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Milko <[email protected]>
  • Loading branch information
apmilko authored Jul 1, 2024
1 parent 5544518 commit 161044e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ AlignAfterOpenBracket: AlwaysBreak
AllowShortFunctionsOnASingleLine: All
BinPackArguments: false
BreakBeforeBraces: Attach
BreakConstructorInitializers: BeforeComma
BreakBeforeBinaryOperators: NonAssignment
BreakConstructorInitializers: AfterColon
ColumnLimit: 100
CompactNamespaces: false
IndentWidth: 4
NamespaceIndentation: None
DerivePointerAlignment: false
PointerAlignment: Left
QualifierAlignment: Left
SortIncludes: false
SpaceAfterTemplateKeyword: false
SpaceInEmptyParentheses: false
Expand Down

0 comments on commit 161044e

Please sign in to comment.