Closed mesqueeb closed 1 year ago
@mesqueeb I didn't actually realize this didn't work already!
It looks like it's a bug due to special casing to avoid adding spaces around chained unwrap operators like foo??.bar()
Edit: wait - it looks like something??""
isn't valid code - it doesn't compile. In general I only try to reformat valid Swift.
I'd love support for auto-formating
something??""
tosomething ?? ""