2016-03-17 22:31:28 +01:00
|
|
|
write_mode = "Overwrite"
|
|
|
|
|
|
|
|
|
|
max_width = 120
|
|
|
|
|
ideal_width = 120
|
|
|
|
|
fn_call_width = 100
|
|
|
|
|
|
|
|
|
|
fn_args_density = "Compressed"
|
|
|
|
|
|
|
|
|
|
enum_trailing_comma = true
|
|
|
|
|
match_block_trailing_comma = true
|
|
|
|
|
struct_trailing_comma = "Always"
|
|
|
|
|
wrap_comments = true
|
2017-05-19 13:04:37 +02:00
|
|
|
use_try_shorthand = true
|
2016-03-17 22:31:28 +01:00
|
|
|
|
|
|
|
|
report_todo = "Always"
|
|
|
|
|
report_fixme = "Always"
|