aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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