From dae46a1808461308f70c682dd45a77a84aef7864 Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Fri, 8 Dec 2023 17:50:25 +0600 Subject: [PATCH] Fix dprint config format --- dprint.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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"] +}