Jintin / Swimat

An Xcode formatter plug-in to format your swift code.
https://jintin.github.io/Swimat/
MIT License
1.65k stars 89 forks source link

Bug With Switch indentation #238

Open HassanTaleb90 opened 3 years ago

HassanTaleb90 commented 3 years ago

Switch indentation is incorrect if there is no line before it

Expected behavior: Normal indentation

Screen Shot 2021-07-21 at 12 29 33 PM

in the image attached, there is no line before the first switch, so its indentation is incorrect.