diff --git a/.clang-format b/.clang-format index bd14970..67ee99b 100644 --- a/.clang-format +++ b/.clang-format @@ -34,6 +34,9 @@ SpaceInEmptyParentheses: 'false' SpacesBeforeTrailingComments: '1' SpacesInAngles: 'false' SpacesInCStyleCastParentheses: 'false' +SpacesInLineCommentPrefix: + Minimum: 0 + Maximum: -1 SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' Standard: Cpp11