How can I configure formatting about nested arrays?
已回答

If I do `Reformat Code`, nested arrays are always broken into multiline.
Is there any way to configure this?
请先登录再写评论。
Hi! Please go to File | Settings | Editor | Code Style | C/C++ > Wrapping and Braces tab > Initializer lists section and disable the Align initializer list values in columns option.
Thanks!