File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,11 @@ tool to clean up patches automatically before submission.
75
75
on the same line as the ` if ` , without braces. In every other case,
76
76
braces are required, and the ` then ` and ` else ` clauses must appear
77
77
correctly indented on a new line.
78
+ - There's no hard limit on line width, but prefer to keep lines to <100
79
+ characters if doing so does not decrease readability. Break up long
80
+ function declarations over multiple lines using the Clang Format
81
+ [ AlignAfterOpenBracket] ( https://clang.llvm.org/docs/ClangFormatStyleOptions.html )
82
+ style option.
78
83
79
84
- ** Symbol naming conventions** . These are preferred in new code, but are not
80
85
required when doing so would need changes to significant pieces of existing
You can’t perform that action at this time.
0 commit comments