Skip to content

Commit

Permalink
chore: Switch to non-deprecated formatting options
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardtke committed Oct 17, 2024
1 parent 0d18fe1 commit e68ec93
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e68ec93

Please sign in to comment.