Closed kim-em closed 1 year ago
These should make it easier to upstream.
(Apologies about the whitespace changes, I can revert those if desired. Most Lean projects have a .vscode/settings.json containing
.vscode/settings.json
{ "editor.insertSpaces": true, "editor.tabSize": 2, "editor.rulers" : [100], "files.encoding": "utf8", "files.eol": "\n", "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true, }
The three PRs look great, thank you! I will merge them in soon
These should make it easier to upstream.
(Apologies about the whitespace changes, I can revert those if desired. Most Lean projects have a
.vscode/settings.json
containing