Browse Source

Enable auto-indent on file save

Arthur Bit-Monnot 4 years ago
parent
commit
e277028633
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .vscode/settings.json

+ 2
- 1
.vscode/settings.json View File

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

Loading…
Cancel
Save