快速开始 Windows 用户 如果你在 Windows 环境下,可以直接使用以下命令: for /r . %i in (*.c *.h) do clang-format -i "%i" Linux/Unix 用户 如果你在 Linux/Unix 环境下,可以使用: find . -name "*