Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Special-case C# indentation for multiple using statements #144

Open
@dgrunwald

Description

@dgrunwald

SD-1560, originally created on 7/16/2009 22:43:16 by Daniel Grunwald

using (Bitmap b = new Bitmap(...))
using (Graphics g = Graphics.FromBitmap(b))
{
    //indented content
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions