代码笔记
Clang-Format 常用命令
@echo off
set CLANG_FORMAT_PATH=..\tools\clang-format\
%CLANG_FORMAT_PATH%clang-format.exe --assume-filename=.clang-format -i src/client.cpp
@echo on
@echo off
set CLANG_FORMAT_PATH=..\tools\clang-format\
%CLANG_FORMAT_PATH%clang-format.exe --assume-filename=.clang-format -i src/client.cpp
@echo on