Summary
true to pad operators with a space.
if (isFoo)
a = bar((b-c)*a,*d--);
becomes:
if (isFoo)
a = bar((b - c) * a, *d--);
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- Astyle
Syntax
[TaskAttribute("pad-operators", Required = false)]
[BooleanValidator()]
public bool PadOperators { get; set; }
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| BooleanValidator |
Value
| Type | Description |
|---|---|
| bool |
