Move crates under substreams directory.
This way we can run GHA jobs depending on what files changed.
This commit is contained in:
13
substreams/crates/tycho-substreams/rustfmt.toml
Normal file
13
substreams/crates/tycho-substreams/rustfmt.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
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",
|
||||
]
|
||||
Reference in New Issue
Block a user