Dear DevExpress Support!
There is another small issue on formatting code. If a string text will be splitted into many lines the following lines are not indented.
Steps to reproduce:
- Start a new project
- Turn on "Format Document" in CodeRush options
- Write a code with a string literal over many lines
- Save the document
- The following string literal lines have no indention => expected: they should have 1 tab indention
using System;
namespace ConsoleApp7
{
class Program
{
static void Main(string[] args)
{
throw new ArgumentException("This is a long text message. " +
"It has to be continued on the next line.");
}
}
}
Yours sincerely,
Gerald
Hi,
Thank you for your report. I have reproduced this issue locally. We will fix it in our future builds.