From 33a6cbab04e778c04cccc4f7d0b82e0c6db01d8c Mon Sep 17 00:00:00 2001 From: Liam Gallagher Date: Sat, 12 Oct 2024 17:02:04 +1300 Subject: [PATCH] line width 100 (deno fmt) --- www/deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/deno.json b/www/deno.json index 31029b5..8644f2f 100644 --- a/www/deno.json +++ b/www/deno.json @@ -2,7 +2,8 @@ "fmt": { "include": ["src/"], "exclude": ["src/**/$types.d.ts"], - "indentWidth": 4 + "indentWidth": 4, + "lineWidth": 100 } "unstable": ["fmt-component"] }