diff --git a/dprint.json b/dprint.json index 82c59d3ee..46b8be32b 100644 --- a/dprint.json +++ b/dprint.json @@ -1,11 +1,5 @@ { - "includes": [ - "**/*.{toml}" - ], - "excludes": [ - "**/target" - ], - "plugins": [ - "https://plugins.dprint.dev/toml-0.5.3.wasm" - ] - } \ No newline at end of file + "includes": ["**/*.{toml}"], + "excludes": ["**/target"], + "plugins": ["https://plugins.dprint.dev/toml-0.5.3.wasm"] +}