zenyx-engine/rustfmt.toml
2025-04-22 21:47:46 +02:00

7 lines
No EOL
192 B
TOML

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