From b7099b9b67a7a9da65ae790cc709846c13fe139d Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 6 Sep 2024 22:03:41 +0200 Subject: [PATCH] Updated dprint config Signed-off-by: Taken --- dprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index 10f1671..2ce7240 100644 --- a/dprint.json +++ b/dprint.json @@ -1,7 +1,7 @@ { "$schema": "https://plugins.dprint.dev/dprint/dprint-plugin-typescript/latest/schema.json", "typescript": { - "lineWidth": 120, + "lineWidth": 150, "indentWidth": 4, "useTabs": false, "semiColons": "asi",