all repos — openbox @ 18bdbfaad269fe7ab688194739391695b874bbd1

openbox fork - make it a bit more like ryudo

CodingStyle (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
Openbox coding style:

2 space indent, expanded to spaces. No actual tab characters.

Braces do not get a \n before the top one, for example:
	if () {
	}

Put a space between an if/while/etc and the ()'s (see above example)


If you see anythig not laid out, mention it and we can decide what is right and
add it to this file!