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