clang-format C style structure initialization

前端 未结 0 1789
轮回少年
轮回少年 2021-02-06 11:18

I would like to have my structure initialization formatted like this:

my_struct name =
    {
        .field1 = 0;
        .field2 = 0;
    };

Wha

相关标签:
回答
  • 消灭零回复
提交回复
热议问题