Drupal Coding Standards

Drupal Coding Standards Indenting and Whitespace Use an indent of 2 spaces, with no tabs Lines should have no trailing whitespace at the end All text files should end in a single newline (n) Operators All binary operators (operators that come between two values), such as +, -, =, !=, ==, >, etc. should have a …

Drupal Coding Standards Read More »