bt_common_parse_lttng_live_url(): don't accept `net://RDHOST/host/TGTHOST`
[babeltrace.git] / CodingStyle
CommitLineData
2c09fbd1
MD
1Babeltrace Coding Style
2
3The coding style used for this project follows the the Linux kernel
4guide lines, except that brackets "{", "}" should typically be used even
5for 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
e3f7fd92
FD
11All Python code shall be formatted using the latest version of the Black Python
12code formatter.
This page took 0.049604 seconds and 4 git commands to generate.