In attempting to set up a .clang-format file for a project using Objective-C, I've run into an issue where, even with 0 maximum line width, long Objective-C methods are getting cut into multiple lines. For example, this:In attempting to set up a .clang-format file fo