Astyle.

BracketsNewLine Property

Summary

true if brackets should be put on a new line.
if (isFoo)
{
    bar();
}
else
{
    anotherBar();
}
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
Astyle

Syntax

[TaskAttribute("brackets-newline", Required = false)]
[BooleanValidator()]
public bool BracketsNewLine { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool