Skip to content

Commit

Permalink
rustfmt.toml: apply fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Sep 28, 2023
1 parent 9f71595 commit c5d68c7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
max_width = 100
tab_spaces = 4
newline_style = "unix" # f*** windows style
reorder_imports = true
use_field_init_shorthand = true
use_try_shorthand = true

# they seem to be stable in nearest future, but for now we use it only for nightly CI check
unstable_features = true
normalize_comments = true
comment_width = 100
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
wrap_comments = true
max_width = 100
tab_spaces = 4
newline_style = "unix" # f*** windows style
reorder_imports = true
use_field_init_shorthand = true
use_try_shorthand = true

# they seem to be stable in nearest future, but for now we use it only for nightly CI check
unstable_features = true
normalize_comments = true
comment_width = 100
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
wrap_comments = true

0 comments on commit c5d68c7

Please sign in to comment.