Update settings
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
_build/
|
_build/
|
||||||
|
input.txt
|
||||||
|
1
.ocamlformat
Normal file
1
.ocamlformat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
version = 0.26.2
|
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"[ocaml]": {
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.rulers": [
|
||||||
|
80
|
||||||
|
],
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
|
"[ocaml.interface]": {
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.rulers": [
|
||||||
|
80
|
||||||
|
],
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
|
"sarif-viewer.connectToGithubCodeScanning": "off"
|
||||||
|
}
|
Reference in New Issue
Block a user