21 lines
291 B
Plaintext
21 lines
291 B
Plaintext
=== Parameters
|
|
|
|
.parameter_parens
|
|
****
|
|
|
|
----
|
|
False
|
|
----
|
|
|
|
True to require parentheses around parameters. False to forbid them for single parameter.
|
|
****
|
|
.body_braces
|
|
****
|
|
|
|
----
|
|
False
|
|
----
|
|
|
|
True to require curly braces around function body. False to forbid them for single-return bodies.
|
|
****
|