2024-08-27 16:38:07 +02:00
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
tab_spaces = 4
|
|
|
|
|
hard_tabs = true
|
|
|
|
|
newline_style = "Unix"
|
|
|
|
|
max_width = 100
|
|
|
|
|
match_block_trailing_comma = true
|
|
|
|
|
use_field_init_shorthand = true
|
|
|
|
|
|
|
|
|
|
# TODO: Very nice-to-have, but currently nightly only
|
|
|
|
|
#normalize_comments = true
|
|
|
|
|
#normalize_doc_attributes = true
|
|
|
|
|
#group_imports = "StdExternalCrate"
|
|
|
|
|
#reorder_impl_items = true
|
|
|
|
|
#combine_control_expr = false
|
|
|
|
|
#condense_wildcard_suffixes = true
|
2024-11-25 11:18:32 +01:00
|
|
|
#format_generated_files = false
|
2025-01-29 16:19:11 +01:00
|
|
|
# todo: why?
|
|
|
|
|
# ignore = ["sdk/src/entities/generated", "sdk/src/services/generated"]
|