-
Notifications
You must be signed in to change notification settings - Fork 528
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
New Rule: Indent Map #35
Comments
Indentation now works correctly with maps in PR #289 Would a separate rule be necessary here? |
Could you potentially want to allow or disallow single-line maps? Is that a different rule again? |
Hey @Snugug could you confirm what this rule would do. Thanks! |
Yah, the rule would disallow single line maps. The question I have now that I reread this is it should just be in variable definitions or everywhere maps are used (mixin and function arguments come to mind, but that could also reek havoc with indentation rule, maybe) |
Ensure maps are indented when defined in variables
The text was updated successfully, but these errors were encountered: