From b241c6afcadeb4ba158884fa184994eb22081d85 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 13 Sep 2024 18:31:48 +0200 Subject: [PATCH] Updated dprint config --- dprint.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dprint.json b/dprint.json index 8ce361e..83a30de 100644 --- a/dprint.json +++ b/dprint.json @@ -1,9 +1,9 @@ { - "$schema": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json", + "$schima": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json", + "indentWidth": 4, + "lineWidth": 150, + "useTabs": false, "typescript": { - "lineWidth": 150, - "indentWidth": 4, - "useTabs": false, "semiColons": "asi", "quoteStyle": "alwaysDouble", "newLineKind": "lf", @@ -14,7 +14,6 @@ "typeLiteral.separatorKind.multiLine": "semiColon" }, "json": { - "indentWidth": "4" }, "markdown": { },