summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar wil <william.barsse@gmail.com>2017-01-07 21:35:30 +0100
committerLibravatar wil <william.barsse@gmail.com>2017-01-07 21:35:30 +0100
commit2040c62da94106fbd2a0e7fc5f73bcd181aea05c (patch)
tree16ae997cc181c0960861e4549b697fa35aed647e /CONTRIBUTING.md
parentAdded mouse resize for auto layouts (diff)
parentMIT license (diff)
downloadsway-2040c62da94106fbd2a0e7fc5f73bcd181aea05c.tar.gz
sway-2040c62da94106fbd2a0e7fc5f73bcd181aea05c.tar.zst
sway-2040c62da94106fbd2a0e7fc5f73bcd181aea05c.zip
Merge branch 'master' of https://github.com/SirCmpwn/sway
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dc9079e9..aa3a632b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,7 +71,7 @@ message as well.
71## Coding Style 71## Coding Style
72 72
73Sway is written in C. The style guidelines is [kernel 73Sway is written in C. The style guidelines is [kernel
74style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go 74style](https://www.kernel.org/doc/Documentation/process/coding-style.rst), but all braces go
75on the same line (*"but K&R says so!" is a silly way of justifying something*). 75on the same line (*"but K&R says so!" is a silly way of justifying something*).
76Some points to note: 76Some points to note:
77 77