]> Lady’s Gitweb - Etiquette/blobdiff - deno.json
Apply some reformatting and make Reuse‐compliant
[Etiquette] / deno.json
index 7085b642bceb6dc306258a94d87509196f96ed12..6a4e010129892469bcb43776aabbfbe70e49e232 100644 (file)
--- 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": [".*/"] } }
This page took 0.203487 seconds and 4 git commands to generate.