Reporter |
Image may be NSFW. Clik here to view. ![]() |
---|---|
Created | Jul 30, 2018, 8:01:35 PM |
Updated | Oct 9, 2019, 6:17:04 PM |
Subsystem | Code Style - Formatter |
Assignee | Dmitry Osinovsky (Dmitry.Osinovsky) |
Priority | Major |
State | Submitted |
Type | Feature |
Fix version | Backlog |
Affected versions | No Affected versions |
Fixed In EAP | Undefined |
VsVersion | All Versions |
Branch | No branch |
I have a question about formatting attributes.
In this example the formatting has the following result.
[Plugin(typeof(SomeInterface),
....mcName,
....mcValue)]
We would like to have the following result.
[Plugin(typeof(SomeInterface),
........mcName,
........mcValue)]