Name | Checked | Synopsis |
---|
11@101
|
|
Do not mix coding styles within a group of closely related classes or within a module |
11@403
|
 |
The public , protected , and private sections of a class or struct shall be declared in that order |
11@407
|
 |
Write unary, increment, decrement, function call, subscript, and access operators together with their operands; insert spaces around all other operators |
11@408
|
 |
Always write the left parentheses directly after a method/function name |
11@409
|
 |
Use spaces instead of tabs |
11@411
|
 |
Do not create overly long source lines |
11@412
|
 |
Put case labels on a separate line |
11@413
|
|
Do use spaces before and after binary operators for readability |