2016-03-18 05:31:28 +08: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 19:04:37 +08:00
|
|
|
use_try_shorthand = true
|
2016-03-18 05:31:28 +08:00
|
|
|
|
|
|
|
report_todo = "Always"
|
|
|
|
report_fixme = "Always"
|