Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make conformative with GDScript style guides #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ketexon
Copy link

@ketexon ketexon commented Sep 3, 2021

The styles are available here
Added double line break after functions
Removed redundant parentheses
Added space before all non-code comments
Added spaces between operators
Made variable names transparent
Removed some redundant comments
Made line length no longer than 100 (tried for 80)
Done by using \ to extend line over two lines and by writing function calls over multiple lines
Changed some other styles:
Made comments go after function signature (in accordance with PEP docstrings)
Made comments go after most control flow elements
Added more line breaks
Removed unnecessary line breaks

	Added double line break after functions
	Removed redundant parentheses
	Added spaces between operators
	Made variable names transparent
	Removed some redundant comments
	Made line length no longer than 100 (tried for 80)
		Done by using \ to extend line over two lines and by writing function calls over multiple lines
Changed some other styles:
	Made comments go after function signature (in accordance with PEP docstrings)
	Made comments go after most control flow elements
	Added more line breaks
	Removed unnecessary line breaks
@ketexon ketexon changed the title Made conformative with GDScript stype guides Make conformative with GDScript style guides Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant