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

More Formatter Fixes #672

Merged
merged 13 commits into from
Jun 29, 2024

Conversation

DaelonSuzuka
Copy link
Collaborator

Address #671 + more issues

@limbonaut
Copy link

I tested 31564cf with various scripts in our project. Seems good, only one minor issue found.

Issue: Format string operator and arrays

"%s - %s" % [array[idx], other_var]

↓↓↓↓↓

"%s - %s" % [array[idx],other_var]

@DaelonSuzuka
Copy link
Collaborator Author

Alright, I'm gonna merge this just to get the comment removal bug out of master.

@DaelonSuzuka DaelonSuzuka merged commit cca2509 into godotengine:master Jun 29, 2024
4 checks passed
@Calinou Calinou added the bug label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants