-{
- "fmt": { "options": { "lineWidth": 71 } },
- "lint": {
- "rules": {
- "exclude": ["constructor-super", "no-irregular-whitespace"]
- }
- }
-}
+{ "fmt":
+ { "exclude":
+ [ "deno.json" ]
+ , "lineWidth": 71
+ , "operatorPosition": "nextLine"
+ , "useBraces": "always" }
+, "lint":
+ { "rules":
+ { "exclude":
+ [ "constructor-super" ] } }
+, "lock": false }