Site updated at 2017-05-23 11:30:33 UTC

This commit is contained in:
Travis CI 2017-05-23 11:30:33 +00:00
parent 06c01a3c9b
commit d9180897d7
26 changed files with 54 additions and 42 deletions

View file

@ -73,7 +73,7 @@
<li>Use 4 spaces per indentation level. We dont use tabs.</li>
<li>Comments should be full sentences and end with a period.</li>
<li><a href="https://www.python.org/dev/peps/pep-0008/#imports">Imports</a> should be ordered.</li>
<li>Constants and the content of lists and directories should be in alphabetical order.</li>
<li>Constants and the content of lists and dictionaries should be in alphabetical order.</li>
<li>Avoid trailing whitespace but surround binary operators with a single space.</li>
<li>Line separator should be set to <code class="highlighter-rouge">LF</code>.</li>
</ul>