clang-format: [Proto] Change formatting text-formatted options.
Before: optional Type type = 1 [(mutate_options) = {vital : true abc : false}]; After: optional Type type = 1 [(mutate_options) = { vital : true abc : false }]; llvm-svn: 220679
Loading
Please sign in to comment