Skip to content

Commit 9d1ed58

Browse files
committedJun 1, 2024·
major milestone
0 parents  commit 9d1ed58

File tree

2,040 files changed

+149773
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,040 files changed

+149773
-0
lines changed
 

‎.cargo/config.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
[env]
3+
MODULES_PATH = { value = "module", relative = true }
4+
WORKSPACE_PATH = { value = ".", relative = true }
5+
6+
[net]
7+
# offline = true

‎.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

0 commit comments

Comments
 (0)
Please sign in to comment.