aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3844ecad..8f0ba112 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,8 +9,8 @@ your plans.
9 9
10Sway is written in C. The style guidelines is [kernel 10Sway is written in C. The style guidelines is [kernel
11style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go 11style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go
12on the same line (*"but K&R says so!" is a silly to justify something*). Some 12on the same line (*"but K&R says so!" is a silly way of justifying something*).
13points to note: 13Some points to note:
14 14
15* Do not use typedefs unless you have a good reason 15* Do not use typedefs unless you have a good reason
16* Do not use macros unless you have a *really* good reason 16* Do not use macros unless you have a *really* good reason