rust/tests/config/small_tabs.toml

13 lines
271 B
TOML
Raw Normal View History

2015-05-28 19:23:07 +02:00
max_width = 100
comment_width = 80
2015-05-28 19:23:07 +02:00
tab_spaces = 2
newline_style = "Unix"
brace_style = "SameLineWhere"
fn_args_density = "Tall"
2017-02-23 22:31:23 +01:00
trailing_comma = "Vertical"
2017-11-13 08:09:59 +01:00
indent_style = "Block"
report_todo = "Always"
report_fixme = "Never"
reorder_imports = false
format_strings = true