summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-16 21:57:49 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-16 21:57:49 -0700
commit3e834457187e87f37afbbe5822ab4f96e54a94a8 (patch)
treef377ccb17d1c270216ad2216d622f083105feead
parent92f96568e352ac204ab84c3574856d2cd47aca9c (diff)
Use default Deno formatting
-rw-r--r--deno.jsonc6
1 files changed, 0 insertions, 6 deletions
diff --git a/deno.jsonc b/deno.jsonc
deleted file mode 100644
index 79f5f7b..0000000
--- a/deno.jsonc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "fmt": {
- "singleQuote": true,
- "lineWidth": 100
- }
-}