How can I configure formatting about nested arrays?
Answered

If I do `Reformat Code`, nested arrays are always broken into multiline.
Is there any way to configure this?
Please sign in to leave a comment.
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!