{ "$schema": "https://dprint.dev/schemas/v0.json", "projectType": "openSource", "incremental": true, "markdown": {}, "rustfmt": { "edition": 2021, "condense_wildcard_suffixes": true, "format_macro_matchers": true, "imports_granularity": "Module", "use_field_init_shorthand": true, "format_code_in_doc_comments": true, "normalize_comments": true, "wrap_comments": true, "overflow_delimited_expr": true }, "includes": ["**/*.{md}", "**/*.{toml}", "**/*.{rs}"], "excludes": ["target/"], "plugins": [ "https://plugins.dprint.dev/markdown-0.13.1.wasm", "https://github.com/thomaseizinger/dprint-plugin-cargo-toml/releases/download/0.1.0/cargo-toml-0.1.0.wasm", "https://plugins.dprint.dev/rustfmt-0.6.1.exe-plugin@99b89a0599fd3a63e597e03436862157901f3facae2f0c2fbd0b9f656cdbc2a5" ] }