zenyx-engine-telemetry/rustfmt.toml

8 lines
200 B
TOML
Raw Permalink Normal View History

indent_style = "Block"
wrap_comments = true
format_code_in_doc_comments = true
trailing_comma = "Vertical"
group_imports = "StdExternalCrate"
reorder_impl_items = true
unstable_features = true