1 2 3 4 5 6 7 8
comment_width = 80 match_block_trailing_comma = true max_width = 100 merge_imports = true normalize_comments = true normalize_doc_attributes = true reorder_impl_items = true wrap_comments = true