Skip to content

Commit e1f33ae

Browse files
Initial implementation (#3)
1 parent 555c73b commit e1f33ae

34 files changed

+5604
-1
lines changed

.clippy.toml

Whitespace-only changes.

.rustfmt.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
edition = "2021"
2+
force_multiline_blocks = true
3+
format_code_in_doc_comments = true
4+
format_macro_matchers = true
5+
format_strings = true
6+
group_imports = "StdExternalCrate"
7+
imports_granularity = "Crate"
8+
indent_style = "Block"
9+
inline_attribute_width = 50
10+
normalize_comments = true
11+
reorder_impl_items = true
12+
reorder_imports = true
13+
struct_field_align_threshold = 50
14+
struct_lit_single_line = true
15+
use_field_init_shorthand = true
16+
wrap_comments = true

0 commit comments

Comments
 (0)