c++--格式化/clang-format
取消格式化
// clang-format off
void unformatted_function ( int a,
float b ) {
// 这段代码不会被格式化
}
// clang-format on
// clang-format off
void unformatted_function ( int a,
float b ) {
// 这段代码不会被格式化
}
// clang-format on
.clang-format
配置