In languages that use 'curly braces' for code blocks, and where whitespace isn't a concern (C, Java, PHP) - What are the names for the different bracing/indenting styles?
I remember reading about 'KNF' and 'Flag', but it'd be great to have the most recognized names, along with some simple examples of each.