Skip to content

Commit

Permalink
Revert "Changed 'No' to 'false' in .clang-format (#141)"
Browse files Browse the repository at this point in the history
This reverts commit d07c18e.
  • Loading branch information
TheLartians authored Oct 17, 2021
1 parent 69320a6 commit 6949c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
AccessModifierOffset: '-2'
AlignTrailingComments: 'true'
AllowAllParametersOfDeclarationOnNextLine: 'false'
AlwaysBreakTemplateDeclarations: 'false'
AlwaysBreakTemplateDeclarations: 'No'
BreakBeforeBraces: Attach
ColumnLimit: '100'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
Expand Down

0 comments on commit 6949c55

Please sign in to comment.