-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
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
Feature Request: Remove space between Annotation and Constructor Parameters #3260
Comments
please ask on discord whether the community is ok with adding a parameter for this. |
I've tried to ask on Discord, but I think I'm being kicked from the server about 10 minutes after I join. I'm no Discord expert - is there some verification step I've missed? |
i am sorry, i don't know. |
Rocketeer007
added a commit
to Rocketeer007/scalafmt
that referenced
this issue
Jun 7, 2022
Fixes scalameta#3260, allowing users to opt-out from the change made by scalameta#1516 for scalameta#618
please see comments to #3261. the proposal makes some cases unreadable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuration (required)
Steps
Given code like this:
Problem
Scalafmt formats code like this:
Expectation
I would like the formatted output to look like this:
Notes
This appears to be a deliberate decision from the project maintainers (see #1516, and the discussion on #618), however, this goes against the current rules of my project, and I would very much like to apply Scalafmt without having to change this particular convention.
If the project maintainers would be amenable, I'll create a PR to add a configuration setting for this particular feature.
The text was updated successfully, but these errors were encountered: