Skip to content

Commit

Permalink
Update fmt file and some authors (#1379)
Browse files Browse the repository at this point in the history
* Include bridges into fmt

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Fix some authors

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored and Daanvdplas committed Sep 11, 2023
1 parent 17a0676 commit a001640
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Basic
edition = "2021"
hard_tabs = true
max_width = 100
use_small_heuristics = "Max"
Expand All @@ -18,10 +19,6 @@ match_block_trailing_comma = true
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
ignore = [
"cumulus/bridges",
]
edition = "2021"
# Format comments
comment_width = 100
wrap_comments = true
2 changes: 1 addition & 1 deletion polkadot/roadmap/implementers-guide/book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[book]
authors = ["Rob Habermeier", "Peter Goodspeed-Niklaus"]
authors = ["Parity Technologies <admin@parity.io>"]
language = "en"
multilingual = false
src = "src"
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/asset-rate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-asset-rate"
version = "4.0.0-dev"
description = "Whitelist non-native assets for treasury spending and provide conversion to native balance"
authors = ["William Freudenberger <w.freude@icloud.com>"]
authors.workspace = true
homepage = "https://substrate.io"
edition.workspace = true
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/consensus/sassafras/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sp-consensus-sassafras"
version = "0.3.4-dev"
authors = ["Parity Technologies <admin@parity.io>"]
authors.workspace = true
description = "Primitives for Sassafras consensus"
edition = "2021"
license = "Apache-2.0"
Expand Down
5 changes: 1 addition & 4 deletions substrate/utils/frame/rpc/support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[package]
name = "substrate-frame-rpc-support"
version = "3.0.0"
authors = [
"Parity Technologies <admin@parity.io>",
"Andrew Dirksen <andrew@dirksen.com>",
]
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
Expand Down

0 comments on commit a001640

Please sign in to comment.