X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=CodingStyle;h=a1489a4869d392c797dca9363c06e5631bdb4454;hb=67af1e87d18817cc55b7445f67484db3a32682d4;hp=c55104c94d0fae7005d76b12ca7b9d06856b6b98;hpb=2c09fbd170dab416b779a13957da15e63e10d9c5;p=babeltrace.git diff --git a/CodingStyle b/CodingStyle index c55104c9..a1489a48 100644 --- a/CodingStyle +++ b/CodingStyle @@ -8,4 +8,5 @@ for single-line if/else statements. Please refer to: - Linux kernel scripts/checkpatch.pl for a script which verify the patch coding style. -Mathieu Desnoyers, May 30, 2012 +All Python code shall be formatted using the latest version of the Black Python +code formatter.