Using clang-format, how to keep backslashes?

I found that clang-format will automatically remove the backslash \ at the end of my code.

There is a flag, AlignEscapedNewlines, but it only works when backslashes are behind #define. How to keep them in all of the code? Thanks.