Skip to content

Files

Latest commit

 

History

History
13 lines (8 loc) · 430 Bytes

Drupal.WhiteSpace.ScopeIndent.md

File metadata and controls

13 lines (8 loc) · 430 Bytes

Pattern: Malformed scope indentation

Issue: -

Description

Checks that control structures are structured correctly, and their content is indented correctly. This rule will throw errors if tabs are used for indentation rather than spaces.

Further Reading