From 3355c70aaea3bdb4d45b82b1f1cfb35ef211021a Mon Sep 17 00:00:00 2001 From: sam bacha Date: Mon, 11 Jul 2022 17:03:26 -0700 Subject: [PATCH] fmt.toml --- dprint.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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" + ] }