Enable auto-indent on file save

这个提交包含在:
Arthur Bit-Monnot 2019-11-06 14:25:19 +01:00
父节点 7255fb2c3d
当前提交 e277028633

查看文件

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