告警处理:文件头采用@rem注释

Signed-off-by: mashaohua7 <mashaohua7@huawei.com>
This commit is contained in:
mashaohua7 2023-02-02 10:10:54 +08:00
parent e0f2ac90fa
commit 50ab620ed4

View File

@ -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
)