Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64ef004

Browse files
author
Deploy from CI
committedMar 10, 2025·
Deploy 8f1bacc to gh-pages
0 parents  commit 64ef004

File tree

152 files changed

+18264
-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.

152 files changed

+18264
-0
lines changed
 

‎.cargo/config

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
xtask = "run --package xtask --"

‎.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.{rs,py}]
11+
indent_style = space
12+
indent_size = 4
13+
14+
[*.{md,json}]
15+
indent_style = space
16+
indent_size = 2

0 commit comments

Comments
 (0)
Please sign in to comment.