Skip to content

Commit

Permalink
Restructure code into framework components
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Feb 14, 2023
1 parent 054f671 commit d32fd76
Show file tree
Hide file tree
Showing 137 changed files with 14,057 additions and 2,503 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "raiden/src/blockchain/contracts/raiden-contracts"]
path = raiden/src/blockchain/contracts/raiden-contracts
[submodule "raiden/blockchain/src/contracts/raiden-contracts"]
path = raiden/blockchain/src/contracts/raiden-contracts
url = https://github.com/raiden-network/raiden-contracts.git
tag = 0.40.3
8 changes: 8 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
edition = "2021"

# Basic
hard_tabs = true
max_width = 100
use_small_heuristics = "Max"
empty_item_single_line = false

# Imports
imports_layout = "vertical"
imports_granularity = "Crate"
reorder_imports = true
group_imports = "StdExternalCrate"

# Consistency
newline_style = "Unix"

# Format comments
comment_width = 100
wrap_comments = true

# Misc
chain_width = 80
spaces_around_ranges = false
Expand Down
Loading

0 comments on commit d32fd76

Please sign in to comment.