Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Synchronize with Substrate #71

Merged
merged 5 commits into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ imports_granularity = "Crate"
reorder_imports = true
# Consistency
newline_style = "Unix"
# Format comments
comment_width = 100
wrap_comments = true
# Misc
chain_width = 80
spaces_around_ranges = false
Expand All @@ -19,4 +22,4 @@ trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
# Canvas specific
license_template_path = "FILE_HEADER"
license_template_path = "FILE_HEADER"
Loading