Skip to content

Commit

Permalink
use c++17 and activate insertion of braces
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Jul 11, 2024
1 parent d4c7971 commit 16ef0c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ BraceWrapping:
BeforeCatch: true
BeforeElse: true
IndentBraces: false
InsertBraces: true
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
# BreakBeforeInheritanceComma: false
Expand Down Expand Up @@ -90,7 +91,7 @@ SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
Standard: Cpp17
TabWidth: 4
UseTab: Never
...

0 comments on commit 16ef0c8

Please sign in to comment.