--- README.coding_style~ Sat Feb 2 18:43:49 2002 +++ README.coding_style Sat Feb 2 18:44:09 2002 @@ -7,7 +7,7 @@ nit-picky, but wars are fought over the silliest things... - Use K&R indentation style with indentation 2 (if in doubt, use - "indent -kr -i2"). However, do not re-indent areas of code you are + "indent -kr -i2 -l80"). However, do not re-indent areas of code you are not modifying or creating. - Set lines to 80 columns. Lines should not wrap, ever.