I haven't found a way to allow wrapped post parameter clause function signature elements to not be indented:
e.g., // swiftformat:disable:this indent is required for:
static func main<Command: AsyncParsableCommand>(_ command: Command, _ body: (Command) async throws -> Void)
async throws { // swiftformat:disable:this indent
…
}
Is there any option setting that reports a violation if the continuation of that function signature isn't unindented?
If not, could such an option be added?
I haven't found a way to allow wrapped post parameter clause function signature elements to not be indented:
e.g.,
// swiftformat:disable:this indentis required for:Is there any option setting that reports a violation if the continuation of that function signature isn't unindented?
If not, could such an option be added?