-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Space before function arguments (space-after-function) (space-after-named-function) #608
Comments
There's a |
👍 |
Yes, please. |
so? |
It's an enhancement. I'm fixing higher priority issues. Pull requests are welcome. |
Can somebody please point me in a direction on how to hack this into |
@bitwiseman I think calling it |
@atrioom I don't really know what I'm looking at, but maybe here's a good place to look? |
@jsejcksn - Name sounds fine. |
Please also consider async functions
|
|
+1 |
@zekida And it should, it's "standard"! 😄 |
NOTE: When implemented this will need to not break "dynamic |
Not to sound mean, but given this is a specification of js standard it's kind of surprising it hasn't been a higher priority. I imagine most of us lint with standard these days, heck, most Vue frameworks have it by default. It kind of renders the whole thing pretty redundant if you have to go back and tidy up the spaces. |
@jaysaurus You are absolutely right: it would be great if there were more people willing to spend the time to implement features for this widely used library. If only there were more contributors... |
There should be flag to force a space before the function arguments like this:
maybe:
{"space_before_arguments": true}
The text was updated successfully, but these errors were encountered: