1 2 3 4 5 6 7 8 9 10 11
# Rustfmt configuration for sf-agentscript # See https://rust-lang.github.io/rustfmt/ for all options edition = "2021" max_width = 100 tab_spaces = 4 use_small_heuristics = "Default" fn_call_width = 80 struct_lit_width = 18 reorder_imports = true reorder_modules = true