[Tool] Remove duplicate lines in .clang-format (#28174)
Signed-off-by: satanson <ranpanf@gmail.com>
This commit is contained in:
parent
865b915962
commit
d1fc1969b7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue