projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3919e
)
Add coding style document
author
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Wed, 30 May 2012 13:10:57 +0000
(09:10 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Thu, 31 May 2012 16:28:48 +0000
(12:28 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
CodingStyle
[new file with mode: 0644]
patch
|
blob
diff --git a/CodingStyle
b/CodingStyle
new file mode 100644
(file)
index 0000000..
180d097
--- /dev/null
+++ b/
CodingStyle
@@ -0,0
+1,11
@@
+LTTng-Tools 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.
+
+Mathieu Desnoyers, May 30, 2012
This page took
0.025741 seconds
and
4
git commands to generate.