be_ocaml/.vscode/settings.json
2020-11-03 16:06:32 +01:00

7 lines
No EOL
120 B
JSON

{
"files.associations": {
"*.ml": "ocaml",
"*.mli": "ocaml"
},
"editor.formatOnSave": true
}