Rule for Braces Around Control Flow Statements

Issue #44 on hold
Former user created an issue

Add a rule for enforcing braces must be used for control flow statements. Ex:

if (YES) { //Do something }

if (YES) //Do something

Both are valid syntax, but a rule for enforcing the use of braces for if's and loops would be nice.

Comments (2)

  1. Log in to comment