diff --git a/dprint.json b/dprint.json index d1386f6..d3d470d 100644 --- a/dprint.json +++ b/dprint.json @@ -4,5 +4,19 @@ "useTabs": true, "newLineKind": "lf", "comment.forceLeadingSpace": true, - "cargo.applyConventions": true + "cargo.applyConventions": true, + "includes": [ + "**/*.{toml}" + ], + "excludes": [ + "**/lib", + "**/node_modules", + "**/dist", + "**/target", + "**/vendor", + "**/*-lock.json" + ], + "plugins": [ + "https://plugins.dprint.dev/toml-0.5.4.wasm" + ] }