sloganking / scfmt

A code formatter for structured comments
MIT License
0 stars 0 forks source link

format before removing brackets. #12

Closed sloganking closed 2 years ago

sloganking commented 2 years ago

If we remove brackets without ensuring brackets are formatted correctly, we would lose structured comment information. Thus we should format before converting to bracketless. We will need to fix #4 before implementing this.