wayfarer/rustfmt.toml

21 lines
470 B
TOML

edition = "2021"
# Already set in editorconfig, just repeated here to be sure
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"
# Unstable features
unstable_features = true
version = "Two"
imports_granularity = "Module"
group_imports = "StdExternalCrate"
force_multiline_blocks = false
fn_single_line = false
comment_width = 100
wrap_comments = true
hex_literal_case = "Upper"
blank_lines_upper_bound = 2
overflow_delimited_expr = true
reorder_impl_items = true