Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 598 Bytes

CodingStyle.md

File metadata and controls

18 lines (13 loc) · 598 Bytes

Babeltrace Coding Style

The coding style used for this project follows the the Linux kernel guide lines, except that brackets "{", "}" should typically be used even for single-line if/else statements. Please refer to:

  • Linux kernel Documentation/CodingStyle document for details,
  • Linux kernel scripts/checkpatch.pl for a script which verify the patch coding style.

All Python code shall be formatted using the latest version of the Black Python code formatter.