swiftlang / swift-format

Formatting technology for Swift source code
Apache License 2.0
2.38k stars 216 forks source link

Handle indented block comments with ASCII art correctly. #746

Closed shawnhyam closed 2 weeks ago

shawnhyam commented 1 month ago

ASCII art was not being properly identified and stripped out if the block comments were indented. I fixed this and updated some test cases to have indented comments.

allevato commented 2 weeks ago

Sorry for the delay on getting back to this. Thanks for the fix!