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

Format extension files #2919

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Format extension files #2919

merged 1 commit into from
Mar 7, 2024

Conversation

kennykerr
Copy link
Collaborator

The repo is formatted with cargo fmt but unfortunately that skips over .rs files that are injected by windows-bindgen and unknown to Cargo. This is just a maintenance update to ensure the extension files are formatted until I find a better way to automate this.

for /r %v in (*.rs) do rustfmt %v

@kennykerr kennykerr merged commit 9b53544 into master Mar 7, 2024
66 checks passed
@kennykerr kennykerr deleted the rustfmt branch March 7, 2024 18:07
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