{ "[ocaml]": { "editor.tabSize": 2, "editor.rulers": [ 80 ], "editor.formatOnSave": true }, "[ocaml.interface]": { "editor.tabSize": 2, "editor.rulers": [ 80 ], "editor.formatOnSave": true }, "sarif-viewer.connectToGithubCodeScanning": "off", "ocaml.sandbox": { "kind": "opam", "switch": "${workspaceFolder:ocaml-aoc}" } }