deno.json: switch to flat config for fmt

This commit is contained in:
Alex Gleason 2023-05-03 21:57:44 -05:00
parent 9539eb5055
commit 36cc20eae4
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -17,10 +17,7 @@
} }
}, },
"fmt": { "fmt": {
"files": { "include": ["src/"],
"include": ["src/"]
},
"options": {
"useTabs": false, "useTabs": false,
"lineWidth": 120, "lineWidth": 120,
"indentWidth": 2, "indentWidth": 2,
@ -29,4 +26,3 @@
"proseWrap": "preserve" "proseWrap": "preserve"
} }
} }
}