diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index 089f509..91756d0 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -40,7 +40,6 @@ BreakConstructorInitializersBeforeComma: false BreakInheritanceList: BeforeColon BreakStringLiterals: true ColumnLimit: 100 -CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 @@ -115,7 +114,7 @@ SpaceBeforeRangeBasedForLoopColon: true SpaceBeforeSquareBrackets: false SpaceInEmptyBlock: false SpaceInEmptyParentheses: false -SpacesBeforeTrailingComments: 1 +SpacesBeforeTrailingComments: 2 SpacesInAngles: Never SpacesInCStyleCastParentheses: false SpacesInConditionalStatement: false @@ -136,8 +135,4 @@ SpaceBeforeParensOptions: AfterOverloadedOperator: false BeforeNonEmptyParentheses: false -SpacesInLineCommentPrefix: - Maximum: -1 - Minimum: 2 - ...