Files
ocaml-aoc/.vscode/settings.json
2024-12-01 18:05:12 +00:00

17 lines
351 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"
}