From fa8e429411718884518fc8020aa6a00571f2cb43 Mon Sep 17 00:00:00 2001 From: Shota FUJI Date: Mon, 25 Nov 2024 21:24:42 +0900 Subject: [PATCH] Change dprint config file from JSON to JSONC To reduce the number of top-level files. JSONC can include comment header. --- dprint.json.license | 5 ----- dprint.json => dprint.jsonc | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 dprint.json.license rename dprint.json => dprint.jsonc (74%) diff --git a/dprint.json.license b/dprint.json.license deleted file mode 100644 index e11652e..0000000 --- a/dprint.json.license +++ /dev/null @@ -1,5 +0,0 @@ -Config file for dprint, a pluggable code formatter. - - -SPDX-FileCopyrightText: 2024 Shota FUJI -SPDX-License-Identifier: Apache-2.0 diff --git a/dprint.json b/dprint.jsonc similarity index 74% rename from dprint.json rename to dprint.jsonc index b6105f1..f96a75f 100644 --- a/dprint.json +++ b/dprint.jsonc @@ -1,3 +1,8 @@ +// Config file for dprint, a pluggable code formatter. +// +// +// SPDX-FileCopyrightText: 2024 Shota FUJI +// SPDX-License-Identifier: Apache-2.0 { "biome": { "lineWidth": 90