merge develop into master #20

Merged
michael-bailey merged 181 commits from develop into master 2023-12-01 21:48:28 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit c33cd7c9a1 - Show all commits

View File

@ -1,2 +1,7 @@
hard_tabs = true
max_width = 90
max_width = 90
imports_indent = "Block"
imports_layout = "HorizontalVertical"
imports_granularity = "Crate"
reorder_imports = true
group_imports = "StdExternalCrate"