From 50ab620ed4757ae8925503d86caa1dcb80da9f93 Mon Sep 17 00:00:00 2001 From: mashaohua7 Date: Thu, 2 Feb 2023 10:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E5=A4=84=E7=90=86=EF=BC=9A?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B4=E9=87=87=E7=94=A8@rem=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mashaohua7 --- clang_format_all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang_format_all.bat b/clang_format_all.bat index bba497c..11e45e2 100755 --- a/clang_format_all.bat +++ b/clang_format_all.bat @@ -12,7 +12,7 @@ @rem limitations under the License. @echo off -:: clang-format.exe -style="file" -fallback-style="LLVM" "include\subcommand_list.h" +@rem clang-format.exe -style="file" -fallback-style="LLVM" "include\subcommand_list.h" for /r %%i in (*.h *.cpp) do ( clang-format.exe -style="file" -fallback-style="LLVM" -i --verbose %%i )