Skip to content
Snippets Groups Projects
Unverified Commit 830fde2a authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi Committed by GitHub
Browse files

Update `fmt` file and some authors (#1379)


* Include bridges into fmt

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

* Fix some authors

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

---------

Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent a7ed6d20
No related merge requests found
Pipeline #386601 passed with stages
in 56 minutes and 20 seconds
# Basic
edition = "2021"
hard_tabs = true
max_width = 100
use_small_heuristics = "Max"
......@@ -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
[book]
authors = ["Rob Habermeier", "Peter Goodspeed-Niklaus"]
authors = ["Parity Technologies <admin@parity.io>"]
language = "en"
multilingual = false
src = "src"
......
......@@ -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"
......
[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"
......
[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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment