Skip to content

Commit

Permalink
Merge branch 'main' into postcard-encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn authored Nov 23, 2024
2 parents 8c250ad + dc75b95 commit 2e37538
Show file tree
Hide file tree
Showing 14 changed files with 298 additions and 215 deletions.
15 changes: 15 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
edition = "2024"
unstable_features = true
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
format_code_in_doc_comments = true
force_explicit_abi = true
max_width = 100
merge_derives = true
newline_style = "Unix"
remove_nested_parens = true
reorder_modules = true
use_field_init_shorthand = false
use_small_heuristics = "Default"
use_try_shorthand = false
Loading

0 comments on commit 2e37538

Please sign in to comment.