Closed
Description
Disable "respectsExistingLineBreaks" in .swift-format for more consistent styling.
Today, respectsExistingLineBreaks
is enabled, which means that it depends on how you write the code before running the formatter, and it affects the output. That's not ideal, and is different than the setting we have for formatted code, so affects #40.
This should be done as a single PR, as it'll cause some churn.