clang-format: Properly format custom options in protocol buffer definitions.
Before: option(my_option) = "abc"; After: option (my_option) = "abc"; llvm-svn: 199672
Loading
Please register or sign in to comment
Before: option(my_option) = "abc"; After: option (my_option) = "abc"; llvm-svn: 199672