From e68ec93ac12db1a32a22416cbf381c92c2e548c4 Mon Sep 17 00:00:00 2001 From: Dominik Hardtke <1360135+dhardtke@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:29:03 +0200 Subject: [PATCH] chore: Switch to non-deprecated formatting options --- deno.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/deno.json b/deno.json index 1769258..0955c65 100644 --- a/deno.json +++ b/deno.json @@ -11,13 +11,11 @@ ] }, "fmt": { - "options": { - "useTabs": false, - "lineWidth": 160, - "indentWidth": 4, - "singleQuote": false, - "proseWrap": "preserve" - } + "useTabs": false, + "lineWidth": 160, + "indentWidth": 4, + "singleQuote": false, + "proseWrap": "preserve" }, "lint": { "rules": {