This option controls whether a space should precede semicolons inside the header of a for statement.
for (int i = 0 ; i < 10 ; i++) {}
for (int i = 0; i < 10; i++) {}