You are here

public property Drupal_Sniffs_WhiteSpace_ScopeIndentSniff::$exact in Coder 7.2

Does the indent need to be exactly right.

If TRUE, indent needs to be exactly $ident spaces. If FALSE, indent needs to be at least $ident spaces (but can be more).

Type: bool

File

coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeIndentSniff.php, line 42

Class

Drupal_Sniffs_WhiteSpace_ScopeIndentSniff
Largely copied from Generic_Sniffs_Whitespace_ScopeIndentSniff, modified to make the exact mode working with comments and multi line statements.

Code

public $exact = true;