X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/f12d82b248269c7e370dafa3f30c76331548c850..4e463d42f4a4f1cf4b4ed3b7cdb79ca7264e66e2:/deno.json diff --git a/deno.json b/deno.json index 6bdb9a3..7cceeff 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,11 @@ -{ - "fmt": { "lineWidth": 71 }, - "lint": { "rules": { "exclude": ["constructor-super"] } }, - "lock": false -} +{ "fmt": + { "exclude": + [ "deno.json" ] + , "lineWidth": 71 + , "operatorPosition": "nextLine" + , "useBraces": "always" } +, "lint": + { "rules": + { "exclude": + [ "constructor-super" ] } } +, "lock": false }