The following code will not format with the CLang Advanced formatter. Nothing the uses namespaces like this will. A “Value does not fall within the expected range” error appears (see screenshot)
namespace foo {
int bar() {
return 0;
}
}
This topic was modified 4 years, 9 months ago by support. Reason: formatting