Add fmt options and move handlers

This commit is contained in:
Tobias Reisinger 2023-11-29 14:27:46 +01:00
parent 50bcac2a1b
commit fdca5b7277
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
28 changed files with 85 additions and 70 deletions

View file

@ -1,2 +1,9 @@
unstable_features = true
newline_style = "Unix"
hard_tabs = true
# unstable
group_imports = "StdExternalCrate"
reorder_impl_items = true
imports_granularity = "Module"
blank_lines_upper_bound = 2