aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-14 13:20:27 -0500
committerLibravatar emersion <contact@emersion.fr>2019-01-14 19:46:54 +0100
commit2257368f1a5617d536c51a3ab242455515313668 (patch)
tree073273e934682ea5eb364e303508d19405b0ccbb /CONTRIBUTING.md
parentconfig.in: update swayidle/swaylock example (diff)
downloadsway-2257368f1a5617d536c51a3ab242455515313668.tar.gz
sway-2257368f1a5617d536c51a3ab242455515313668.tar.zst
sway-2257368f1a5617d536c51a3ab242455515313668.zip
CONTRIBUTING.md: mention tab width for line length
Adds a note about assuming a tab width equal to 4 spaces when determining the line length to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a5a5111f..031f51f5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -135,9 +135,9 @@ balance the lines.
135 135
136### Line Length 136### Line Length
137 137
138Try to keep your lines under 80 columns, but you can go up to 100 if it 138Try to keep your lines under 80 columns, assuming a tab width equal to 4 spaces,
139improves readability. Don't break lines indiscriminately, try to find nice 139but you can go up to 100 if it improves readability. Don't break lines
140breaking points so your code is easy to read. 140indiscriminately, try to find nice breaking points so your code is easy to read.
141 141
142### Names 142### Names
143 143