python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pretty-printing Designated Initializers in Visual Studio 2022
C++ supports designated initializers officially since C++20, C supports them since C99.
How can Visual Studio C++ 2022 be configured to pretty-print them with a space after the opening curly bracket?
...
Sebastian
Votes: 0
Answers: 0
Initializing std::vector<int> with square brackets [] inside; what is happening?
Background information about what inspired my question:
I learned about Designated Initializers in C (see here and here: https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html), which are awesome, a...
Gabriel Staples
Votes: 0
Answers: 1