Author: tomaz
Date: Fri Oct 28 23:39:41 2011
New Revision: 1190674

URL: http://svn.apache.org/viewvc?rev=1190674&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/contributing.mdtext

Modified: libcloud/site/trunk/content/contributing.mdtext
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/content/contributing.mdtext?rev=1190674&r1=1190673&r2=1190674&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Fri Oct 28 23:39:41 2011
@@ -22,3 +22,11 @@ Keep in mind that all kind of contributi
  5. Wait for your patch to be reviewed and / or accepted
 
 *Note: If you want you can also use SVN repository, but git and github make 
branching and contributing a bit easier.*
+
+### Style Guide ###
+
+1. We follow [PEP8 Python Style 
Guide](http://www.python.org/dev/peps/pep-0008/)
+2. Use 4 spaces for a tab
+3. Make sure edited file doesn't contain any trailing whitespace
+
+You can verify that your modifications don't break any rules by running the 
`pep8` script - `pep8 libcloud/edited_file.py`.
\ No newline at end of file


Reply via email to