diff --git a/.clang-format_11 b/.clang-format_11 index a272a6b..f279bcc 100644 --- a/.clang-format_11 +++ b/.clang-format_11 @@ -77,7 +77,7 @@ SpaceBeforeSquareBrackets : false SpaceInEmptyBlock : false SpaceInEmptyParentheses : false SpacesBeforeTrailingComments : 2 -SpacesInAngles : Never +SpacesInAngles : false SpacesInCStyleCastParentheses : false SpacesInConditionalStatement : true SpacesInContainerLiterals : false diff --git a/.clang-format_12 b/.clang-format_12 index f839f97..7c006d5 100644 --- a/.clang-format_12 +++ b/.clang-format_12 @@ -84,7 +84,7 @@ SpaceBeforeSquareBrackets : false SpaceInEmptyBlock : false SpaceInEmptyParentheses : false SpacesBeforeTrailingComments : 2 -SpacesInAngles : Never +SpacesInAngles : false SpacesInCStyleCastParentheses : false SpacesInConditionalStatement : true SpacesInContainerLiterals : false diff --git a/.clang-format_13 b/.clang-format_13 index 075db40..1ee8d1f 100644 --- a/.clang-format_13 +++ b/.clang-format_13 @@ -91,7 +91,7 @@ SpaceBeforeSquareBrackets : false SpaceInEmptyBlock : false SpaceInEmptyParentheses : false SpacesBeforeTrailingComments : 2 -SpacesInAngles : Never +SpacesInAngles : false SpacesInCStyleCastParentheses : false SpacesInConditionalStatement : true SpacesInContainerLiterals : false diff --git a/.clang-format_14 b/.clang-format_14 index 3023270..eb07b60 100644 --- a/.clang-format_14 +++ b/.clang-format_14 @@ -92,7 +92,7 @@ SpaceBeforeSquareBrackets : false SpaceInEmptyBlock : false SpaceInEmptyParentheses : false SpacesBeforeTrailingComments : 2 -SpacesInAngles : Never +SpacesInAngles : false SpacesInCStyleCastParentheses : false SpacesInConditionalStatement : true SpacesInContainerLiterals : false diff --git a/.clang-format_7 b/.clang-format_7 index f0bcc51..1a61e3e 100644 --- a/.clang-format_7 +++ b/.clang-format_7 @@ -68,7 +68,7 @@ SpaceBeforeParens : ControlStatements SpaceBeforeRangeBasedForLoopColon : true SpaceInEmptyParentheses : false SpacesBeforeTrailingComments : 2 -SpacesInAngles : Never +SpacesInAngles : false SpacesInCStyleCastParentheses : false SpacesInContainerLiterals : false SpacesInParentheses : true