21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"[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}"
|
|
}
|
|
} |