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
1 changed files with 7 additions and 11 deletions

View File

@ -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"
}
}