diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-16 21:57:49 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-16 21:57:49 -0700 |
commit | 3e834457187e87f37afbbe5822ab4f96e54a94a8 (patch) | |
tree | f377ccb17d1c270216ad2216d622f083105feead | |
parent | 92f96568e352ac204ab84c3574856d2cd47aca9c (diff) |
Use default Deno formatting
-rw-r--r-- | deno.jsonc | 6 |
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 - } -} |