[Tool] Remove duplicate lines in .clang-format (#28174)

Signed-off-by: satanson <ranpanf@gmail.com>
This commit is contained in:
satanson 2023-07-28 15:02:24 +08:00 committed by GitHub
parent 865b915962
commit d1fc1969b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ PointerAlignment: Left
ReflowComments: false
SortUsingDeclarations: false
SpacesBeforeTrailingComments: 1
AllowShortFunctionsOnASingleLine: Inline
---
Language: Java
BasedOnStyle: Google
@ -31,4 +30,4 @@ SortUsingDeclarations: false
SpacesBeforeTrailingComments: 1
---
Language: Proto
BasedOnStyle: Google
BasedOnStyle: Google