[PATCH] D68415: [clang-format] C++11 braced lists should respect the SpacesInParentheses setting

Mitchell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 3 13:07:14 PDT 2019


mitchell-stellar added a comment.

If you want spaces in your C++11 initializers and nothing else, then you don't want the `Cpp11BracedListStyle` setting enabled. Turning it off gives you spaces inside without affecting anything else.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68415/new/

https://reviews.llvm.org/D68415





More information about the cfe-commits mailing list