From 36cc20eae4f3b77d1ee3c3d98b014b0d8a3a34d4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 3 May 2023 21:57:44 -0500 Subject: [PATCH] deno.json: switch to flat config for fmt --- deno.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/deno.json b/deno.json index 25034af..4c6d87c 100644 --- a/deno.json +++ b/deno.json @@ -17,16 +17,12 @@ } }, "fmt": { - "files": { - "include": ["src/"] - }, - "options": { - "useTabs": false, - "lineWidth": 120, - "indentWidth": 2, - "semiColons": true, - "singleQuote": true, - "proseWrap": "preserve" - } + "include": ["src/"], + "useTabs": false, + "lineWidth": 120, + "indentWidth": 2, + "semiColons": true, + "singleQuote": true, + "proseWrap": "preserve" } } \ No newline at end of file