Skip to content

Commit

Permalink
Merge pull request #15 from opencompl/code-workspace
Browse files Browse the repository at this point in the history
feat: add code workspace
  • Loading branch information
teorth authored Sep 27, 2024
2 parents 912677a + 4722c2d commit ea2fc28
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions equational-theories.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"folders": [
{
"path": "."
},
],
"settings": {
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"[lean4]": {
"editor.rulers": [
100
]
}
},
"extensions": {
"recommendations": [
"leanprover.lean4"
]
}
}

0 comments on commit ea2fc28

Please sign in to comment.