mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 20:55:41 +00:00
Update fmt file and some authors (#1379)
* 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>
This commit is contained in:
committed by
GitHub
parent
a7ed6d2086
commit
830fde2a60
+1
-4
@@ -1,4 +1,5 @@
|
|||||||
# Basic
|
# Basic
|
||||||
|
edition = "2021"
|
||||||
hard_tabs = true
|
hard_tabs = true
|
||||||
max_width = 100
|
max_width = 100
|
||||||
use_small_heuristics = "Max"
|
use_small_heuristics = "Max"
|
||||||
@@ -18,10 +19,6 @@ match_block_trailing_comma = true
|
|||||||
trailing_comma = "Vertical"
|
trailing_comma = "Vertical"
|
||||||
trailing_semicolon = false
|
trailing_semicolon = false
|
||||||
use_field_init_shorthand = true
|
use_field_init_shorthand = true
|
||||||
ignore = [
|
|
||||||
"cumulus/bridges",
|
|
||||||
]
|
|
||||||
edition = "2021"
|
|
||||||
# Format comments
|
# Format comments
|
||||||
comment_width = 100
|
comment_width = 100
|
||||||
wrap_comments = true
|
wrap_comments = true
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[book]
|
[book]
|
||||||
authors = ["Rob Habermeier", "Peter Goodspeed-Niklaus"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "src"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "pallet-asset-rate"
|
name = "pallet-asset-rate"
|
||||||
version = "4.0.0-dev"
|
version = "4.0.0-dev"
|
||||||
description = "Whitelist non-native assets for treasury spending and provide conversion to native balance"
|
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"
|
homepage = "https://substrate.io"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sp-consensus-sassafras"
|
name = "sp-consensus-sassafras"
|
||||||
version = "0.3.4-dev"
|
version = "0.3.4-dev"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors.workspace = true
|
||||||
description = "Primitives for Sassafras consensus"
|
description = "Primitives for Sassafras consensus"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "substrate-frame-rpc-support"
|
name = "substrate-frame-rpc-support"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
authors = [
|
authors.workspace = true
|
||||||
"Parity Technologies <admin@parity.io>",
|
|
||||||
"Andrew Dirksen <andrew@dirksen.com>",
|
|
||||||
]
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
homepage = "https://substrate.io"
|
homepage = "https://substrate.io"
|
||||||
|
|||||||
Reference in New Issue
Block a user