1 2 3 4 5 6 7 8
# Rustfmt configuration for x402 project # Using stable features only # Basic formatting max_width = 100 tab_spaces = 4 newline_style = "Unix" use_small_heuristics = "Default"