C++11 clang format by BillyDonahue · Pull Request #870 · open-source-parsers/jsoncpp (original) (raw)

Made changes to .clang-format necessary to support C++11, then applied them.

If we don't set clang-format to Standard: Cpp11, it will generate incorrect code sometimes.
In particular, it will misinterpret and break C++11's new raw string literals.