-
Notifications
You must be signed in to change notification settings - Fork 94
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
Rule addition: "dollar-variable-empty-line-before" ignore: "after-dollar-variable" #105
Comments
I think it should work for my case, it mostly depends on how it checks if something is a group or not because sometimes you might want to group variables even if they don't have a prefix that is similar etc. Might be that my option is simpler / enough in most cases. |
In
Agreed. |
Would be great to see this feature, since as for now code {
$test: 'value';
$test2: 'value';
$otherVar: 'value';
$otherVar2: 'value';
padding: 'value';
} |
Would like to see this addition because sometimes I'd like to group variables which currently isn't possible with the available options.
Noticed that this is related to #94
The text was updated successfully, but these errors were encountered: