Open adam-fowler opened 5 days ago
With respectsExistingLineBreaks set to true
respectsExistingLineBreaks
let a = this || that // after formatting becomes let a = this || that
and
Why are newlines respected in the second case but not the first
Synced to Apple’s issue tracker as rdar://140672947
With
respectsExistingLineBreaks
set to trueand
Why are newlines respected in the second case but not the first