]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/config/small_tabs.toml
Auto merge of #85252 - kulikjak:fix-solaris-CI, r=Mark-Simulacrum
[rust.git] / src / tools / rustfmt / tests / config / small_tabs.toml
1 max_width = 100
2 comment_width = 80
3 tab_spaces = 2
4 newline_style = "Unix"
5 brace_style = "SameLineWhere"
6 fn_args_layout = "Tall"
7 trailing_comma = "Vertical"
8 indent_style = "Block"
9 report_todo = "Always"
10 report_fixme = "Never"
11 reorder_imports = false
12 format_strings = true