SwiftFormat
SwiftFormat copied to clipboard
Indent rule breaks Xcode default indentation
Hello!
I tried to use indent rule, but it breaks Xcode default indentation (default is applied with control + I).
I set --xcodeindentation enabled, --allman does not affect this.
I tried many combinations of rules, but did not find a solution.
Is it possible to avoid the unneeded indentation?
Green lines on the screenshot is the result of swiftformat run, red ones - default Xcode indentation.

SwiftFormat 0.50.7
Just in case, this bug still exists on version 0.50.9
seems related to #852 and #1241