Files
orchid/rustfmt.toml
Lawrence Bethlenfalvy a8887227e5 Backup commit
My backspace key started ghosting. Nothing works atm.
2024-01-27 14:50:33 +00:00

35 lines
674 B
TOML

# meta
format_code_in_doc_comments = true
unstable_features = true
version = "Two"
# space
tab_spaces = 2
max_width = 80
error_on_line_overflow = true
format_macro_matchers = true
newline_style = "Unix"
normalize_comments = true
wrap_comments = true
overflow_delimited_expr = true
use_small_heuristics = "Max"
fn_single_line = true
where_single_line = true
# literals
hex_literal_case = "Lower"
# delimiters
match_arm_blocks = false
match_block_trailing_comma = true
# structure
condense_wildcard_suffixes = true
use_field_init_shorthand = true
use_try_shorthand = true
# Modules
group_imports = "StdExternalCrate"
imports_granularity = "Module"
reorder_modules = true