11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
=== Parameters
|
|
|
|
* key = parameter_parens
|
|
** Description: True to require parentheses around parameters. False to forbid them for single parameter.
|
|
** Default: False
|
|
* Key: body_braces
|
|
** Description: True to require curly braces around function body. False to forbid them for single-return bodies.
|
|
** Default: False
|
|
|
|
|