504 B
504 B
clang-format -style=可选格式名 -dump-config > .clang-format
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
ColumnLimit: 160 限制每行最大160列