Closed roopekv closed 1 month ago
@ahoppen is this good to go now?
Yes, let’s 🚢it
@swift-ci Please test
The macOS test failures are unrelated to your changes. I’m looking into them.
Sorry, there’s a merge conflict now. Could you rebase?
Sure, just a moment.
Done
@swift-ci Please test
@swift-ci Please test
@swift-ci Please test macOS
@swift-ci Please test macOS
@swift-ci Please test macOS
This fixes multiple issues with
CodeGenerationFormat
. Files were re-generated with each commit, so the differences in formatting caused by each change toCodeGenerationFormat
should be easy to review.Fix CodeGenerationFormat to not add extra indentation
Fix CodeGenerationFormat to not leave trailing spaces when adding newlines
Fix CodeGenerationFormat to not indent empty lines
ensuringTwoLeadingNewlines
used to add indented newlines, resulting in empty lines being indented. Not anymore.