You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the changes are whitespaces, mostly in Parameters/definitions
lines. You'll see two types, compact:
```
name : type
description
name : type
description
```
and spaced:
```
name : type
description
<blankline>
name : type
description
```
The heuristic is the following:
- if any of the "description" is multine and contain a blank line ->
spaced.
- otherwise -> compact.
0 commit comments