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

Braces of nested blocks get indented weirdly #558

Open
myOmikron opened this issue Jun 21, 2022 · 0 comments
Open

Braces of nested blocks get indented weirdly #558

myOmikron opened this issue Jun 21, 2022 · 0 comments
Labels
bug feature:keep_line_breaks Issues related to the keep_line_breaks command line flag

Comments

@myOmikron
Copy link

Current state:

unittest
{
    auto db = new dorm.DB(
        new dorm.Config(
            DBDriver.MySQL,
            "abc.def",
            "127.0.0.1",
            3306,
            "user",
            "password"
    )
    );
}

Expected behaviour:

unittest
{
    auto db = new dorm.DB(
        new dorm.Config(
            DBDriver.MySQL,
            "abc.def",
            "127.0.0.1",
            3306,
            "user",
            "password"
        )
    );
}
@WebFreak001 WebFreak001 added bug feature:keep_line_breaks Issues related to the keep_line_breaks command line flag labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature:keep_line_breaks Issues related to the keep_line_breaks command line flag
Projects
None yet
Development

No branches or pull requests

2 participants