Enable auto-indent on file save
This commit is contained in:
parent
7255fb2c3d
commit
e277028633
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -2,5 +2,6 @@
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.ml": "ocaml",
|
"*.ml": "ocaml",
|
||||||
"*.mli": "ocaml"
|
"*.mli": "ocaml"
|
||||||
}
|
},
|
||||||
|
"editor.formatOnSave": true
|
||||||
}
|
}
|
Loading…
Reference in a new issue