From d1fc1969b765f6390146a9923b84a5c5d7ea6d8c Mon Sep 17 00:00:00 2001 From: satanson Date: Fri, 28 Jul 2023 15:02:24 +0800 Subject: [PATCH] [Tool] Remove duplicate lines in .clang-format (#28174) Signed-off-by: satanson --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 9301659249f..81fad98aa36 100644 --- a/.clang-format +++ b/.clang-format @@ -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 \ No newline at end of file +BasedOnStyle: Google