X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=CONTRIBUTING.md;h=0bebf12ef420fce860aaf07f4d57d77a5e4b47e7;hp=6873d78109b05927ed17de73cce8d335389b601a;hb=d17cc1f33c8bc03b375e5d6f602646fd87fba5ad;hpb=d77f0b999171ab4fb3e7f36718a43b3beaa84ddd diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6873d7810..0bebf12ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,23 +15,7 @@ control. The upstream Git repository URL is: ## Coding standard -LTTng-tools uses the -[Linux kernel coding style](http://www.kernel.org/doc/Documentation/CodingStyle) -with one addition: single-line `if`/`for`/`while` statements must be -wrapped in braces. - -Example: - -~~~ c -/* not good */ -if (this == that) - goto fail; - -/* good */ -if (this == that) { - goto fail; -} -~~~ +See CodingStyle for guidelines style and design guidelines. Although the LTTng-tools code base is primarily written in C, it does contain shell, Perl, and Python code as well. There is no official coding