This is a migrated thread and some comments may be shown as answers.

Indentation issue

2 Answers 52 Views
Code Analysis
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mathias
Top achievements
Rank 1
Mathias asked on 26 Jan 2012, 10:06 AM
Hi,

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

2 Answers, 1 is accepted

Sort by
0
Accepted
Borislav
Telerik team
answered on 27 Jan 2012, 03:21 PM
Hello,

We have this logged into our product backlog. I will raise its priority and we will do our best to implement it as soon as possible.

Please stay tuned for our future releases. We have prepared lots of fixes and new stuff.

Greetings,
Borislav
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Mathias
Top achievements
Rank 1
answered on 27 Jan 2012, 07:08 PM
That's cool, thank you.
Tags
Code Analysis
Asked by
Mathias
Top achievements
Rank 1
Answers by
Borislav
Telerik team
Mathias
Top achievements
Rank 1
Share this question
or