Files
tycho-protocol-sdk/crates/tycho-substreams/rustfmt.toml
kayibal 3d248f3fa1 Implement helpers for relative balances.
Adds some helpers that will users help to convert relative balances changes to absolute ones.

The goal is to make this as reduce the effort of the user to  implementing a simple map handler that extracts relative balances changes.
2024-03-13 18:46:10 +00:00

13 lines
278 B
TOML

reorder_imports = true
imports_granularity = "Crate"
use_small_heuristics = "Max"
comment_width = 100
wrap_comments = true
binop_separator = "Back"
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
chain_width = 40
ignore = [
"src/pb",
]