X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/8d2beebdeea4000740fc3914f5d568f473629951..e7f1624844b6bb27626d982ac046fddf68845136:/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 }