X-Git-Url: https://git.ladys.computer/Etiquette/blobdiff_plain/1042458c16601ea32b871819f79a6ba78b1e90ae..f8903c5b3bd12d02af174e5043d906d63da0b0d1:/deno.json?ds=sidebyside diff --git a/deno.json b/deno.json index 7085b64..6a4e010 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,8 @@ -{ - "lint": { "exclude": [".*/"] }, - "fmt": { "exclude": [".*/"], "lineWidth": 71 }, - "test": { "exclude": [".*/"] } -} +{ "fmt": + { "exclude": [".*/", "deno.json"] + , "lineWidth": 71 + , "operatorPosition": "nextLine" + , "useBraces": "always" } +, "lint": { "exclude": [".*/"] } +, "lock": false +, "test": { "exclude": [".*/"] } }