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

refactor: Whitespace removal from all .gd files #494

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

balloonpopper
Copy link
Collaborator

As Godot 3.4.2 automatically removes whitespace from gd files when the project is run, this PR is to fix all files.
After whitespace removal and testing the demo, Godot changed 2 files again, so these were recommitted. No further changes occurred after opening every room in the demo.

Copy link
Collaborator

@dploeger dploeger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful. Thanks! 🎁

@StraToN
Copy link
Collaborator

StraToN commented Feb 16, 2022

I would have preferred a rebase instead of merging HEAD into this branch so that the PR doesn't hold code that's already in the target branch.

@dploeger
Copy link
Collaborator

I would have preferred a rebase instead of merging HEAD into this branch so that the PR doesn't hold code that's already in the target branch.

Agreed as well. Can you maybe rebase it on develop?

@balloonpopper
Copy link
Collaborator Author

@StraToN @dploeger @BHSDuncan should be good now.

@dploeger
Copy link
Collaborator

lgtm

@StraToN
Copy link
Collaborator

StraToN commented Feb 17, 2022

All good ! Thanks!

@StraToN StraToN merged commit 21df2af into godot-escoria:develop Feb 17, 2022
bolinfest added a commit to bolinfest/escoria-demo-game that referenced this pull request Mar 2, 2022
Not sure why these files were not included in
godot-escoria#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e 's/ *$//g'
```
bolinfest added a commit to bolinfest/escoria-demo-game that referenced this pull request Mar 2, 2022
Not sure why these files were not included in
godot-escoria#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
@balloonpopper balloonpopper deleted the whitespace_removal branch March 2, 2022 08:52
bolinfest added a commit to bolinfest/escoria-demo-game that referenced this pull request Mar 3, 2022
Not sure why these files were not included in
godot-escoria#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
bolinfest added a commit to bolinfest/escoria-demo-game that referenced this pull request Mar 7, 2022
Not sure why these files were not included in
godot-escoria#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
bolinfest added a commit to bolinfest/escoria-demo-game that referenced this pull request Mar 7, 2022
Not sure why these files were not included in
godot-escoria#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
StraToN pushed a commit that referenced this pull request Mar 7, 2022
Not sure why these files were not included in
#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
StraToN pushed a commit to godot-escoria/escoria-ui-simplemouse that referenced this pull request Mar 7, 2022
Not sure why these files were not included in
godot-escoria/escoria-demo-game#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
StraToN pushed a commit to godot-escoria/escoria-ui-9verbs that referenced this pull request Mar 7, 2022
Not sure why these files were not included in
godot-escoria/escoria-demo-game#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
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.

4 participants