public property Drupal_Sniffs_CSS_IndentationSniff::$indent in Coder 7.2
Number of white spaces that should be used as indentation level.
Type: int
File
- coder_sniffer/
Drupal/ Sniffs/ CSS/ IndentationSniff.php, line 35
Class
- Drupal_Sniffs_CSS_IndentationSniff
- Copied from Squiz_Sniffs_CSS_IndentationSniff. Unfortunately we cannot use that class directly because it has the 4 spaces condition hardcoded.
Code
public $indent = 2;