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 rustfmt happy #219

Merged
merged 5 commits into from
May 24, 2024
Merged

Make rustfmt happy #219

merged 5 commits into from
May 24, 2024

Conversation

FreezyLemon
Copy link
Contributor

Most of this should be uncontroversial.

Rustfmt page (rules can be looked up here).

I've seen fn_params_layout = "Compressed" in other projects, but all the code in statrs already adhered to the other rule ("Tall"), so I don't see why this should be "Compressed". Plus it only affects a few functions, so this wouldn't save many lines anyways.

All the other rules that I removed seem unconventional to me, and again, all code in statrs at the moment adheres to these rules being false or not set. So I don't see a reason to keep these.

@YeungOnion
Copy link
Contributor

Don't expect this to break most other PR's, but if it does, should all be easy changes.

@YeungOnion YeungOnion merged commit 37bd70d into statrs-dev:master May 24, 2024
2 checks passed
@FreezyLemon FreezyLemon deleted the apply-rustfmt branch May 25, 2024 07:57
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.

2 participants