Skip to content

Commit

Permalink
line width 100 (deno fmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Oct 12, 2024
1 parent e30ea58 commit 33a6cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"fmt": {
"include": ["src/"],
"exclude": ["src/**/$types.d.ts"],
"indentWidth": 4
"indentWidth": 4,
"lineWidth": 100
}
"unstable": ["fmt-component"]
}

0 comments on commit 33a6cba

Please sign in to comment.