tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

rustfmt.toml (295B)


      1 ideal_width = 80
      2 max_width = 120
      3 
      4 newline_style = "Unix"
      5 normalize_comments = false
      6 
      7 force_explicit_abi = true
      8 fn_args_density = "Vertical"
      9 
     10 chain_indent = "Visual"
     11 chain_one_line_max = 90
     12 
     13 struct_lit_multiline_style = "ForceMulti"
     14 
     15 match_block_trailing_comma = true
     16 where_trailing_comma = true