cs3110 / textbook

The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Other
720 stars 132 forks source link

Issue on page /chapters/preface/install.html #162

Open clarksmr opened 8 months ago

clarksmr commented 8 months ago

The suggested VS Code settings ought to be under a language-specific key. E.g.,

{
    "[ocaml]": {
        "editor.tabSize": 2,
        "editor.rulers": [ 80 ],
        "editor.formatOnSave": true
    }
}