-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Milestone
Description
Blanks before comments. There are three different types of comments:
- Docblock /** ... */
- Multiline /* ... */
- Singleline // ...
Options to manage blanks
- before docblock
- before multiline
- before singleline
- before singleline, when followed by a block: if, for, ...
- before singleline, when followed by a block, but first in current block, e.g. when first line in a method
- before singleline, when followed by a block: if, for, ...