]> Dogcows Code - chaz/openbox/blob - CodingStyle
729e37c0d37633a6bb78ee721ca1d847120a1bbf
[chaz/openbox] / CodingStyle
1 Openbox coding style:
2
3 2 space indent, expanded to spaces. No actual tab characters.
4
5 Braces do not get a \n before the top one, for example:
6 if () {
7 }
8
9 Put a space between an if/while/etc and the ()'s (see above example)
10
11
12 If you see anythig not laid out, mention it and we can decide what is right and
13 add it to this file!
This page took 0.032598 seconds and 3 git commands to generate.