We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e7991 commit 8810482Copy full SHA for 8810482
CODING_STANDARD.md
@@ -7,7 +7,8 @@ Here a few minimalistic coding rules for the CPROVER source tree.
7
- Subsequent lines should be indented two more than the initial line
8
- Break after `=` if it is part of an assignment
9
- For chained calls, prefer immediately before `.`
10
- - For other operators (e.g. &&, `+`) prefer immediately after the operator
+ - For other operators (e.g. `&&`, `+`) prefer immediately after the
11
+ operator
12
- For brackets, break after the bracket
13
- In the case of function calls, put each argument on a separate line if
14
they do not fit after one line break
0 commit comments