Enable auto-indent on file save

This commit is contained in:
Arthur Bit-Monnot 2019-11-06 14:25:19 +01:00
parent 7255fb2c3d
commit e277028633

View file

@ -2,5 +2,6 @@
"files.associations": {
"*.ml": "ocaml",
"*.mli": "ocaml"
}
},
"editor.formatOnSave": true
}