[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
|
ReflowComments: false
|
||||||
SortUsingDeclarations: false
|
SortUsingDeclarations: false
|
||||||
SpacesBeforeTrailingComments: 1
|
SpacesBeforeTrailingComments: 1
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
|
||||||
---
|
---
|
||||||
Language: Java
|
Language: Java
|
||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
|
|
@ -31,4 +30,4 @@ SortUsingDeclarations: false
|
||||||
SpacesBeforeTrailingComments: 1
|
SpacesBeforeTrailingComments: 1
|
||||||
---
|
---
|
||||||
Language: Proto
|
Language: Proto
|
||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue