X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=STYLE_GUIDE;h=491794cf5def497e587f675afcfcd434505ebde0;hb=1f90d2dac9c47951e3740899649fe4aa47a7a5a6;hp=5c3c383bd0b205961b3e3fa5be336d1d82f5522f;hpb=cd424ba51a8cca029653ba7cb2b9496c046910b5;p=ardour-manual diff --git a/STYLE_GUIDE b/STYLE_GUIDE index 5c3c383..491794c 100644 --- a/STYLE_GUIDE +++ b/STYLE_GUIDE @@ -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 "&", "<", and ">". +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
 tag should be
+used to to tell the browser to display the code as one line.
 
 3. Custom classes
 =================