Skip to content

Commit

Permalink
update .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed May 18, 2022
1 parent a1a92fe commit 5ebbb65
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
@@ -1,9 +1,9 @@
AccessModifierOffset: -2
AlignConsecutiveDeclarations: false
AlignConsecutiveDeclarations: None
AlignOperands: false
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: true
AllowShortBlocksOnASingleLine: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: true
Expand Down Expand Up @@ -40,6 +40,6 @@ SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
Cpp11BracedListStyle: true
Standard: Cpp11
Standard: c++20
TabWidth: 2
UseTab: Never

0 comments on commit 5ebbb65

Please sign in to comment.