Skip to content

Commit

Permalink
fixup! Add a clang-format file and prepare for clang-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarenblat committed Jan 20, 2023
1 parent 55a97e5 commit 44d1dfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ AccessModifierOffset: -2
AlignConsecutiveMacros: true
AlignOperands: AlignAfterOperator
AlignTrailingComments: false
AllowShortBlocksOnASingleLine: Empty
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: WebKit
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: BeforeComma
BreakConstructorInitializers: BeforeColon
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 4
Cpp11BracedListStyle: false
Expand Down

0 comments on commit 44d1dfd

Please sign in to comment.