Summary
true if brackets should be attached.
if (isFoo){
bar();
} else {
anotherBar();
}
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- Astyle
Syntax
[TaskAttribute("brackets-attach", Required = false)]
[BooleanValidator()]
public bool BracketsAttach { get; set; }
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| BooleanValidator |
Value
| Type | Description |
|---|---|
| bool |
