style_edition = "2024"
unstable_features = true
brace_style = "SameLineWhere"
remove_nested_parens = true
condense_wildcard_suffixes = true
error_on_line_overflow = true
fn_params_layout = "Tall"
overflow_delimited_expr = false
type_punctuation_density = "Wide"
where_single_line = false
normalize_comments = true
normalize_doc_attributes = true
wrap_comments = true
format_code_in_doc_comments = true
inline_attribute_width = 0
use_field_init_shorthand = true
use_try_shorthand = true
use_small_heuristics = "Default"
match_arm_blocks = true
match_arm_leading_pipes = "Never"
match_block_trailing_comma = false
reorder_impl_items = true
reorder_modules = true
format_macro_matchers = true
format_strings = true
indent_style = "Block"
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
imports_layout = "Vertical"
reorder_imports = true
struct_field_align_threshold = 50
ignore = [
"src/helper/const_str.rs",
"src/helper/crypt/constants.rs",
]