This hack works:
String x = "s" + //Formatter Hack
"a" + //
"c" + //
"d";
I would suggest not to use the formatter. Bad code should look bad not artificially good. Good code takes time. You cannot cheat on quality. Formatting is part of source code quality.