aboutsummaryrefslogtreecommitdiff
path: root/contributing.txt
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-04-08 23:32:31 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-04-08 23:32:31 +0300
commitd532dbef4254638ea09706678160a009f3b26ab2 (patch)
tree2d5366963c2bd8ee6e42b125644b7b29377ca6fe /contributing.txt
parente3b72045c42e11b372d468899e570be229b24fc4 (diff)
downloadmeson-d532dbef4254638ea09706678160a009f3b26ab2.zip
meson-d532dbef4254638ea09706678160a009f3b26ab2.tar.gz
meson-d532dbef4254638ea09706678160a009f3b26ab2.tar.bz2
Fix use of shared subprojects.
Diffstat (limited to 'contributing.txt')
-rw-r--r--contributing.txt11
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