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