We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the closure_end_indentation rule is really awesome for cases like this:
closure_end_indentation
foo .bar { } // this is enforced
I think it might be nice to spread this to other identifiers, such as this:
foo( bar ) // this should be enforced to be here
And also arrays:
let foo = [ 1, 2, 3, ] // this has to be here
etc.
Thoughts?
The text was updated successfully, but these errors were encountered:
Probably worth duping as a Radar, since it's kind of ridiculous that these aren't the Xcode defaults, IMHO.
Sorry, something went wrong.
Has anyone filed a radar or a swift bug for this?
No branches or pull requests
Currently the
closure_end_indentation
rule is really awesome for cases like this:I think it might be nice to spread this to other identifiers, such as this:
And also arrays:
etc.
Thoughts?
The text was updated successfully, but these errors were encountered: