#1 Remove tabs, PEP8 syntax and add .gitignore

Merged
CYBERDEViL merged 2 commits from heckyel/master into CYBERDEViL/master 3 years ago
heckyel commented 3 years ago

From python guide

Use 4 spaces per indentation level.

Continuation lines should align wrapped elements either vertically using Python's implicit line joining inside parentheses, brackets and braces, or using a hanging indent [7]. When using a hanging indent the following should be considered; there should be no arguments on the first line and further indentation should be used to clearly distinguish itself as a continuation line...

From [python guide](https://www.python.org/dev/peps/pep-0008/#indentation) >Use 4 spaces per indentation level. >Continuation lines should align wrapped elements either vertically using Python's implicit line joining inside parentheses, brackets and braces, or using a hanging indent [7]. When using a hanging indent the following should be considered; there should be no arguments on the first line and further indentation should be used to clearly distinguish itself as a continuation line...
CYBERDEViL commented 3 years ago
Owner

Thank you for your contribution!

Thank you for your contribution!
This pull request has been merged successfully!
Sign in to join this conversation.
No Label
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.