clang-format代码格式化风格选项详细说明

Posted 奇妙之二进制

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了clang-format代码格式化风格选项详细说明相关的知识,希望对你有一定的参考价值。

clang官方给出了代码风格配置时的各个选项的说明:

Clang-Format Style Options — Clang 13 documentation
https://clang.llvm.org/docs/ClangFormatStyleOptions.html

clang内置了以下几种基础风格:

  • LLVM A style complying with the LLVM coding standards

  • Google A style complying with Google’s C++ style guide

  • Chromium A style complying with Chromium’s style guide

  • Mozilla A style complying with Mozilla’s style guide

  • WebKit A style complying with WebKit’s style guide

  • Microsoft A style complying with Microsoft’s style guide

  • GNU A style complying with the GNU coding standards

以上是关于clang-format代码格式化风格选项详细说明的主要内容,如果未能解决你的问题,请参考以下文章

Xcode 中配置 clang-format 格式化 C++ 代码

Vscode clang-format插件的使用

vscode配置clang-format自动格式化代码

vscode配置clang-format自动格式化代码

vscode配置clang-format自动格式化代码

vscode配置clang-format自动格式化代码