iswiftapp / iswift

Objective-C to Swift Converter
30 stars 3 forks source link

Better formatting for logical and/or operations #165

Closed drkameleon closed 8 years ago

drkameleon commented 8 years ago

Preserve (or add) spaces...


Example:

if (a && b) {
}

Output:

if a && b {
}
drkameleon commented 8 years ago

Fixed as of the upcoming 2.4.