Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

NewLineAbove inserts empty newline when no usings are present #235

Open
mrchief opened this issue Jun 7, 2016 · 0 comments
Open

NewLineAbove inserts empty newline when no usings are present #235

mrchief opened this issue Jun 7, 2016 · 0 comments

Comments

@mrchief
Copy link

mrchief commented Jun 7, 2016

I assume this rule ensures that there is a newline between usings and namespace declaration. However, it should not insert an empty newline if there are no usings like in the below example.

namespace abc
{
    public enum Term
    {
        First,
        Second,
        Third,
        Fourth,
        Fifth,
        Sixth,
        Seventh,
        Eighth,
        Ninth,
        Tenth,
        Eleventh,
        Twelfth
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant