Skip to content

Commit a9dfecf

Browse files
committed
Initial commit
Signed-off-by: Dom Rodriguez <[email protected]>
0 parents  commit a9dfecf

9 files changed

+2582
-0
lines changed

.editorconfig

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

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

.rustfmt.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
reorder_imports = true
2+
use_try_shorthand = true
3+
max_width = 80

0 commit comments

Comments
 (0)