This helps to be consistent with using indentation across the codebase.
Basically it requires 2 spaces always.
The following patterns are considered warnings:
pug`
div
`
pug`
div
div
`
The following patterns are not considered warnings:
pug`div= 'Hello'`
pug`
div
div
`
If you are not using Pug then you can disable this rule.