clang-format AlignAfterOpenBracket 列表参数
作者:doliphin 提问时间:10/21/2021
这篇文章提出了一个类似的问题,即当参数太多时如何修改格式。 我非常喜欢 rust-fmt 样式。有什么方法可以用 clang-format 做到这一点吗? 例如 1:与AlignAfterOpen...
嚓咔 问答列表
作者:doliphin 提问时间:10/21/2021
这篇文章提出了一个类似的问题,即当参数太多时如何修改格式。 我非常喜欢 rust-fmt 样式。有什么方法可以用 clang-format 做到这一点吗? 例如 1:与AlignAfterOpen...
作者:Raymund Hofmann 提问时间:6/24/2022
将编译器资源管理器与以下功能一起使用: #include <iostream> #include <memory> struct test { test(int i) { std::cout...
作者:nh2 提问时间:10/30/2023
我有以下有趣的问题: #include <iostream> #include <omp.h> using namespace std; int main(const int, const ch...
作者:user366312 提问时间:11/7/2023
我需要一个在 C++ 中消除死代码的工具。 caide-cpp-内衬 因此,我克隆了完整的 Git 存储库以及 ,我正在尝试使用 CLion 和 MSYS2 MinGW64 编译 Caide。ll...