用clang-format格式化proto对齐异常
问题描述 问题出现的环境背景及自己尝试过哪些方法 用clang-format格式化proto对齐异常,莫名其妙多了几个空格 相关代码 // 请把代码文本粘贴到下方…
clang-format 如何让函数注释缩进?
比如 int main() // this is the main function { // ... return 0 } 但是我想要 int main() // this is the main function { // ... return 0 } …
clang-format 如何缩进 c++ 中的 pragma?
比如, cpp#include <omp.h> #include <cstdio> int main() { #pragma omp parallel for for (int i = 0 i < 10 ++i) { puts("demo") } re…
- 共 1 页
- 1