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

Trim a few no-break and zero-width spaces from codebase #99031

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

Mickeon
Copy link
Contributor

@Mickeon Mickeon commented Nov 10, 2024

These were found by accident and through trial-and-error, until I figured the catch-all RegEx [^\S \t]+.

Copy link
Contributor

@Repiteo Repiteo left a comment

Choose a reason for hiding this comment

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

Given we already have systems for finding spelling errors, I imagine those same tools could detect and prune these characters too. Gonna look into that later today

@Repiteo Repiteo merged commit a5873ff into godotengine:master Nov 11, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 11, 2024

Thanks!

@Mickeon Mickeon deleted the white-space-jumpscare branch November 11, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants