2021-09-20 15:38:42 +02:00
|
|
|
=== Parameters
|
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
.parameter_parens
|
|
|
|
****
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
----
|
|
|
|
False
|
|
|
|
----
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
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.
|
|
|
|
****
|