]> Shamusworld >> Repos - ardour-manual/blobdiff - STYLE_GUIDE
VTL: a few little things
[ardour-manual] / STYLE_GUIDE
index 5c3c383bd0b205961b3e3fa5be336d1d82f5522f..491794cf5def497e587f675afcfcd434505ebde0 100644 (file)
@@ -50,6 +50,9 @@ Watch out for the ampersand "&" and angle brackets "<" and ">". They will
 render your XHTML invalid, and must be replaced by their named entities
 "&amp;", "&lt;", and "&gt;".
 
+Keep line lengths within 108 characters so that additions or changes are easy to view in github pull requests.
+Code examples that are supposed to be all one line are an exception in which case the <pre></pre> tag should be
+used to to tell the browser to display the code as one line.
 
 3. Custom classes
 =================