knowledge_map/clang-format.md
2024-11-14 18:20:55 +08:00

504 B
Raw Blame History

clang-format -style=可选格式名 -dump-config > .clang-format

LLVM A style complying with the LLVM coding standards Google A style complying with Googles C++ style guide Chromium A style complying with Chromiums style guide Mozilla A style complying with Mozillas style guide WebKit A style complying with WebKits style guide Microsoft A style complying with Microsofts style guide GNU A style complying with the GNU coding standards

ColumnLimit:     160 限制每行最大160列