ChangeSet ID: 23056 CVSROOT: /opt/cvs-commit Module name: lostwages Changes by: jnewman@winehq.org 2006/02/14 11:17:15
Modified files: templates/en : sending_patches.template
Log message: Tom Wickline twickline@gmail.com add a note about tabs, spaces and indentation
Patch: http://cvs.winehq.org/patch.py?id=23056
Old revision New revision Changes Path 1.14 1.15 +2 -0 lostwages/templates/en/sending_patches.template
Index: lostwages/templates/en/sending_patches.template diff -u -p lostwages/templates/en/sending_patches.template:1.14 lostwages/templates/en/sending_patches.template:1.15 --- lostwages/templates/en/sending_patches.template:1.14 14 Feb 2006 17:17:15 -0000 +++ lostwages/templates/en/sending_patches.template 14 Feb 2006 17:17:15 -0000 @@ -30,6 +30,8 @@ to make sure it's not spam before they c
<li>Avoid unnecessarily changing the formatting of the code.
+ <li>Don't mix tabs and spaces because it makes the diff output unreadable, use consistent indentation. + <li>Use standard C, avoid C++ comments and inline variable declarations.
<li>Read the diff and make sure it contains only what you want in it.