[clang-format]: macros can cause formatting to remove spaces #122299
Labels
clang-format
question
A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
macros can cause formatting to remove spaces sometimes. for example
is fine, but with a macro #define var auto, clang formats behaves like this
The text was updated successfully, but these errors were encountered: