adding rules on how to code this project.
This commit is contained in:
parent
455b288c3e
commit
3da13c1682
1 changed files with 13 additions and 0 deletions
13
CodingStyle
Normal file
13
CodingStyle
Normal file
|
@ -0,0 +1,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!
|
Loading…
Reference in a new issue