"One True Brace Style"uses linux braces and adds braces to unbraced one line conditional statements.
Opening braces are broken from namespaces, classes, and function definitions.The braces are attached to everything else,
including arrays, structs, enums, and statements within a function.
In the example, braces have been added to the "return 0;" statement.
The option --add-one-line-braces can also be used with this style.