Files
SwiftLint/Source/SwiftLintFramework/Rules
Benjamin Kramer 0fe3404494 Add configuration only_enforce_before_trivial_lines to vertical_whitespace_closing_braces rule (#3941)
Vertical whitespace may be important for readability when the line
with the closing brace is not a trivial one (e.g. `} else if ... {`).
The configuration allows not enforcing the rule in such cases.
2022-09-29 20:26:51 +02:00
..