You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only indent Objective-C method declarations (swiftlang#860)
This prevents bugs where the indentation formatting code is mistakenly executed
with declarations that are not Objective-C methods, like certain C++ functions.
Resolves: rdar://129590639
0 commit comments