Skip to content

Commit

Permalink
Merge pull request #72 from paseo-network/release/v1.2.0-runtime
Browse files Browse the repository at this point in the history
release paseo runtime v1.2.0
  • Loading branch information
hbulgarini authored May 15, 2024
2 parents 5f914a3 + ab18cd8 commit 427e1af
Show file tree
Hide file tree
Showing 75 changed files with 7,814 additions and 20,212 deletions.
24 changes: 24 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Basic
edition = "2021"
hard_tabs = true
max_width = 100
use_small_heuristics = "Max"
# Imports
imports_granularity = "Crate"
reorder_imports = true
# Consistency
newline_style = "Unix"
# Misc
chain_width = 80
spaces_around_ranges = false
binop_separator = "Back"
reorder_impl_items = false
match_arm_leading_pipes = "Preserve"
match_arm_blocks = false
match_block_trailing_comma = true
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
# Format comments
comment_width = 100
wrap_comments = true
Loading

0 comments on commit 427e1af

Please sign in to comment.