Skip to content
Snippets Groups Projects
rustfmt.toml 513 B
Newer Older
blank_lines_lower_bound = 0
blank_lines_upper_bound = 1
brace_style = "SameLineWhere"
disable_all_formatting = false
edition = "2018"
empty_item_single_line = true
fn_single_line = false
force_explicit_abi = true
format_strings = false
hard_tabs = false
hide_parse_errors = false
imports_granularity = "Crate"
jD91mZM2's avatar
jD91mZM2 committed
imports_indent = "Block"
imports_layout = "Mixed"
indent_style = "Block"
max_width = 100
newline_style = "Unix"
skip_children = false
tab_spaces = 4
trailing_comma = "Vertical"
where_single_line = false