Skip to content
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

Pattern not indented when <enter> hit in them. #9078

Closed
CyrusNajmabadi opened this issue Feb 23, 2016 · 0 comments
Closed

Pattern not indented when <enter> hit in them. #9078

CyrusNajmabadi opened this issue Feb 23, 2016 · 0 comments

Comments

@CyrusNajmabadi
Copy link
Member

            var v = expr is Plus { Left is Plus p, Right is Constant c };

Hitting <enter> before Left produces:

            var v = expr is Plus {
            Left is Plus p, Right is Constant c };

instead of

            var v = expr is Plus {
                Left is Plus p, Right is Constant c };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants