Skip to content

Commit

Permalink
Add AllowAllConstructorInitializersOnNextLine to be consistent with p…
Browse files Browse the repository at this point in the history
…rev settings
  • Loading branch information
darksylinc committed Jan 6, 2022
1 parent 6eb0d72 commit f058550
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BasedOnStyle: Google
AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions Components/Hlms/Pbs/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions Components/Hlms/Unlit/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions Components/MeshLodGenerator/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions Components/Overlay/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions OgreMain/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions PlugIns/ParticleFX/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions RenderSystems/Direct3D11/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions RenderSystems/GL3Plus/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions RenderSystems/Metal/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions RenderSystems/NULL/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
1 change: 1 addition & 0 deletions Samples/2.0/Common/include/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AlignAfterOpenBracket: Align
#AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'Consecutive'
AlignEscapedNewlines: DontAlign
AllowAllConstructorInitializersOnNextLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down

0 comments on commit f058550

Please sign in to comment.