Details
- Reviewers
benhamilton jolesiak djasper - Commits
- rG1ab722ed17d3: [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for…
rC334739: [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for…
rL334739: [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for…
Diff Detail
- Repository
- rL LLVM
Event Timeline
Removed the last format from the tests. That particular scenario was failing and it might need additional changes to pass. I also think that particular scenario is not critical to the change and can be considered in a followup.
Polling the Google Objective-C community to see if anyone objects to this change. So far no concerns have been raised.
I believe I have consensus that this is the correct change for Google Objective-C style.
Are additional approvals needed to land this? I pinged jolesiak earlier this week asking if he had any comments but have not heard back yet.
(also, once necessary approvals have been granted can I request help from someone to land it for me? 😇)
Sorry, I missed that.
LGTM, I would consider adding ObjC method expression tests (multiline string as an argument). Will look into that next week.