aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-21 23:52:41 +0100
committerSimon Zeni <simon@bl4ckb0ne.ca>2022-11-22 18:19:46 +0000
commit01103e1d99462aa9a9f22f40e02993c73092853a (patch)
tree83f7f9688eb6bb47ac5dc4408926bd028c7884b0 /CONTRIBUTING.md
parentb97ef593938e94f2c0c9c1d08f0b83dbb9a8c1c6 (diff)
Relax 80 column limit
80 cols is a bit short. Linux uses a soft 100 limit, let's do the same.
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 b67855cb..7b2992a7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -169,7 +169,7 @@ Try to break the line in the place which you think is the most appropriate.
### Line Length
-Try to keep your lines under 80 columns, but you can go up to 100 if it
+Try to keep your lines under 100 columns, but you can break this rule if it
improves readability. Don't break lines indiscriminately, try to find nice
breaking points so your code is easy to read.