chore: enforce SwiftFormat configuration - #14
Merged
Conversation
davdroman
force-pushed
the
chore/swiftformat-max-width
branch
from
September 2, 2026 21:34
32fed1a to
a63cb72
Compare
Set the repository's formatting configuration to a 120-column maximum and apply the resulting formatter output.
Keep multiline thrown errors readable under the 120-column formatting policy.
Keep the optional hook signature and parameter type chain readable under the 120-column policy.
Use a deterministic tab width for SwiftFormat's line-length calculation without constraining editor display preferences.
Keep tab-width configuration immediately before the maximum line width it affects.
Require Mise to resolve declared project tools instead of falling back to same-named system binaries.
Configure SwiftFormat to avoid partial wrapping and normalize multiline assignments, chains, and comments. Keep return types intact and preserve readable documentation examples.
Keep short nested arguments and simple expressions on one line. Let source-controlled multiline strings handle over-width literal content without changing runtime values.
davdroman
force-pushed
the
chore/swiftformat-max-width
branch
from
September 3, 2026 11:59
acb107f to
6667fe7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.