Open
Description
Description
Even though I have
"respectsExistingLineBreaks" : true,
in my configuration, swift format undoes the line break in this case (and de-indents the where
clause)
public func sourceFiles<S: Collection>(in sourcePaths: S) throws -> [SourceFile]
where S.Element == URL
{
return try sourceFilePaths(in: sourcePaths).map(SourceFile.init)
}
Steps to Reproduce
No response