工具Clang-Format可用于C、C++、Java等代码自动格式化。相关链接如下:
- LLVM Download Page:下载软件LLVM安装包,将安装包解压后找到可执行文件“bin/clang-format”(或“bin/clang-format.exe”)。
- Clang-Format Style Options:编写文件“.clang-format”所需参照的样式。
最后,在VSCode中,插件ms-vscode.cpptools
或 xaver.clang-format
均可使用工具Clang-Format工具对代码进行格式化。
文章评论