Commit | Line | Data |
---|---|---|
2c09fbd1 MD |
1 | Babeltrace Coding Style |
2 | ||
3 | The coding style used for this project follows the the Linux kernel | |
4 | guide lines, except that brackets "{", "}" should typically be used even | |
5 | for single-line if/else statements. Please refer to: | |
6 | ||
7 | - Linux kernel Documentation/CodingStyle document for details, | |
8 | - Linux kernel scripts/checkpatch.pl for a script which verify the patch | |
9 | coding style. | |
10 | ||
51685e5d | 11 | All Python code shall adhere to the PEP8 style guide. |