summary refs log tree commit diff
path: root/.rustfmt.toml
blob: ebf394c25c0ed9e6eeaa91146b9243b61470fc84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
edition = "2021"

format_code_in_doc_comments = true
format_strings = true
group_imports = "StdExternalCrate"
hard_tabs = true
hex_literal_case = "Upper"
imports_granulatiry = "Crate"
reorder_impl_items = true
reorder_modules = true
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true