Skip to content

Commit 8810482

Browse files
authored
Update CODING_STANDARD.md
1 parent 31e7991 commit 8810482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CODING_STANDARD.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Here a few minimalistic coding rules for the CPROVER source tree.
77
- Subsequent lines should be indented two more than the initial line
88
- Break after `=` if it is part of an assignment
99
- For chained calls, prefer immediately before `.`
10-
- For other operators (e.g. &&, `+`) prefer immediately after the operator
10+
- For other operators (e.g. `&&`, `+`) prefer immediately after the
11+
operator
1112
- For brackets, break after the bracket
1213
- In the case of function calls, put each argument on a separate line if
1314
they do not fit after one line break

0 commit comments

Comments
 (0)