clang-format
has tons of configuration options regarding whitespace and also some about code order (order of includes). Is it possible to reorder const-qualifiers so that they are placed to the right of the respective type?
Example: The declaration const int x = 0;
should be formatted to int const x = 0;
.
No, according to the current documentation of clang-format
there is no mention of such feature.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With