From 4daf625571b725d813de962f572de02f5c6efa58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 2 Mar 2024 17:54:46 +0100 Subject: [PATCH] chore: Add formatting rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- deno.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 8d9ac33..55de51a 100644 --- a/deno.json +++ b/deno.json @@ -6,5 +6,14 @@ "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" + }, + "fmt": { + "exclude": [ + "output" + ], + "useTabs": false, + "lineWidth": 80, + "indentWidth": 4, + "proseWrap": "preserve" } -} +} \ No newline at end of file