diff --git a/.clang-format b/.clang-format index 51f687e418..553eddf798 100644 --- a/.clang-format +++ b/.clang-format @@ -40,11 +40,9 @@ BreakBeforeBraces: Allman BreakBeforeInheritanceComma: false BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -BreakConstructorInitializers: BeforeComma BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true ColumnLimit: 0 -CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 @@ -84,10 +82,6 @@ PenaltyBreakString: 1000 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Left -RawStringFormats: - - Language: TextProto - BasedOnStyle: Google - Delimiters: [pb] ReflowComments: true SortIncludes: true SortUsingDeclarations: true @@ -105,5 +99,3 @@ SpacesInSquareBrackets: false Standard: c++17 TabWidth: 4 UseTab: Never -... -