view rustfmt.toml @ 50401:dd42156b6441

fastexport: rework newline logic Newlines should only be added when otherwise the stream would look weird without them (on blobs), therefore they are the exception. Flip the logic so they are added, not skipped.
author Felipe Contreras <felipe.contreras@gmail.com>
date Thu, 09 Mar 2023 13:02:13 -0600
parents 426294d06ddc
children
line wrap: on
line source

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true