{ "$schema": "https://dprint.dev/schemas/v0.json", "projectType": "openSource", "incremental": true, "json": { }, "markdown": { }, "rustfmt": { }, "includes": ["**/*.{json,md,rs,toml}"], "excludes": [ "**/*-lock.json", "**/target" ], "plugins": [ "https://plugins.dprint.dev/json-0.10.2.wasm", "https://plugins.dprint.dev/markdown-0.7.1.wasm", "https://plugins.dprint.dev/rustfmt-0.3.0.wasm", "https://github.com/thomaseizinger/dprint-plugin-cargo-toml/releases/download/0.1.0/cargo-toml-0.1.0.wasm" ] }