-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/runtimeAffects: the runtime library.Affects: the runtime library.area/transportAffects: Client or server transport library.Affects: Client or server transport library.kind/enhancementImprovements to existing feature.Improvements to existing feature.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)
Milestone
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.
Metadata
Metadata
Assignees
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/runtimeAffects: the runtime library.Affects: the runtime library.area/transportAffects: Client or server transport library.Affects: Client or server transport library.kind/enhancementImprovements to existing feature.Improvements to existing feature.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)