Robot line max to 110 in CONTRIBUTING.md
Change-Id: Ib9e0b6349eb7ffdf5d66cc6ca68be54d258e2e29
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a7490c4..d60ee9e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@
- For this project, we will write Robot keyword definitions in either Robot
or Python. Robot code should be quite simple. Therefore, if the algorithm
in question is the least bit complex, please write it in Python.
-- Observe a maximum line length of 79 characters.
+- Observe a maximum line length of 110 characters.
- Avoid trailing space at the end of any line of Robot code.
- Avoid the use of tabs.
- Robot supports delimiting cells with either two or more spaces or with a