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

standardize rust formatting with rustfmt.toml #755

Merged
merged 12 commits into from
Oct 4, 2024
Merged

Conversation

@TilakMaddy TilakMaddy changed the title Set standard for rust format standardize rust formatting with rustfmt.toml Oct 4, 2024
@TilakMaddy TilakMaddy marked this pull request as ready for review October 4, 2024 20:06
@TilakMaddy TilakMaddy requested a review from alexroan as a code owner October 4, 2024 20:06
@TilakMaddy TilakMaddy merged commit 748ae7f into dev Oct 4, 2024
12 checks passed
Comment on lines +1 to +11
reorder_imports = true
imports_granularity = "Crate"
use_small_heuristics = "Max"
comment_width = 100
wrap_comments = true
binop_separator = "Front"
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
format_code_in_doc_comments = true
doc_comment_code_block_width = 100
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This guy does the magic !

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