diff options
Diffstat (limited to 'contributing.txt')
-rw-r--r-- | contributing.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/contributing.txt b/contributing.txt index 50446e4..0e7a7ff 100644 --- a/contributing.txt +++ b/contributing.txt @@ -6,7 +6,7 @@ mailing list. Remember to add your name to the list of contributors in authors.txt. -Coding style +Python Coding style Meson follows the basic Python coding style. Additional rules are the following: @@ -20,6 +20,15 @@ following: a big feature) +C/C++ coding style + +Meson has a bunch of test code in several languages. The rules for +those are simple. + +- indent 4 spaces, no tabs ever +- brace always on the same line as if/for/else/function definition + + External dependencies The goal of Meson is to be as easily usable as possible. The user |