This question is locked. New answers and comments are not allowed.
Hi,
have a look at this piece of code:
Any chance to get ":base()" indented? I haven't found a setting to achieve this. In my Solution Shared Options under Code Style > C# > Indentation all options are checked.
Edit: The settings in Code Style > C# > Wrapping also seem to have no effect on this special case.
Regards,
Mathias Koch
have a look at this piece of code:
public class RequestPrinting : Request { /// <summary> /// Initializes a new instance of the <see cref="RequestPrinting"/> class. /// </summary> public RequestPrinting() : base() { PrintData = new PrintingData(); } }Any chance to get ":base()" indented? I haven't found a setting to achieve this. In my Solution Shared Options under Code Style > C# > Indentation all options are checked.
Edit: The settings in Code Style > C# > Wrapping also seem to have no effect on this special case.
Regards,
Mathias Koch