1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# General formatting max_width = 120 empty_item_single_line = false struct_lit_single_line = false # Comment related comment_width = 120 wrap_comments = true normalize_comments = true # Import related imports_granularity = "Module" # Warning related report_fixme = "Always" report_todo = "Always"