clang-format raw string literals

Has anyone else noticed that clang-format doesn’t work with raw string literals? Given R"(some string)" it introduces a space immediately following the R.

Are you setting the Standard correctly to C++11 (see http://clang.llvm.org/docs/ClangFormatStyleOptions.html)?