File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -266,11 +266,11 @@ runtest harness).
266
266
#### General Formatting Guidelines For C code contributions
267
267
268
268
- 4 spaces per indentation level, no tabs
269
- - space between if and ( ( if (x) ...)
270
- - newline before opening { in function definitions
271
- - f(void) for 0-argument function declarations
272
- - newline between } and else instead of } else {
273
- - if one part of an if..else chain uses { } then all should
269
+ - space between ` if ` and ` ( ` ( ` if (x) ... ` )
270
+ - newline before opening ` { ` in function definitions
271
+ - ` f(void) ` for 0-argument function declarations
272
+ - newline between ` } ` and ` else ` instead of ` } else { `
273
+ - if one part of an ` if..else ` chain uses ` { } ` then all should
274
274
- no whitespace at the end of a line
275
275
276
276
### Git Recommendations For Pull Requests
You can’t perform that action at this time.
0 commit comments