-{
- "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 }