标签: c++ struct clang-format
我正在研究如何制作允许使用这种格式的clang格式:
std::vector<MyStruct> data = { { 0, true }, { 1, false } }