- Disallow or enforce spaces inside of blocks after opening block and before closing block
This rule enforces consistent spacing inside an open block token and the next token on the same line. This rule also enforces consistent spacing inside a close block token and previous token on the same line.
You can check them out here.