mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 07:29:42 +00:00
告警处理:文件头采用@rem注释
Signed-off-by: mashaohua7 <mashaohua7@huawei.com>
This commit is contained in:
parent
e0f2ac90fa
commit
50ab620ed4
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user