Location of gloabal rustfmt config file on windows:
%APPDATA%\rustfmt\rustfmt.toml
See also https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
Location of gloabal rustfmt config file on windows:
%APPDATA%\rustfmt\rustfmt.toml
See also https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
| tab_spaces = 2 | |
| edition = "2018" | |
| newline_style = "Unix" | |
| use_field_init_shorthand = true | |
| use_try_shorthand = true | |
| unstable_features = true | |
| combine_control_expr = false # unstable | |
| fn_single_line = true # unstable | |
| match_block_trailing_comma = true # unstable | |
| wrap_comments = true # unstable | |
| blank_lines_upper_bound = 2 # unstable | |
| # format_generated_files = true # unimplimented | |
| # preserve_block_start_blank_lines = true # unimplimented |