# rustfmt.toml # Maximum width of the code (default is 100) max_width = 80 # Use four spaces for indentation (default is spaces) hard_tabs = false tab_spaces = 4 # Enable or disable specific formatting options reorder_imports = true