Skip to content

Commit

Permalink
some more vscode options
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Jul 19, 2024
1 parent 7d406cc commit 80a40a9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,24 @@
"LICENSE": true,
"mathematics_in_lean.pdf": true
},
"editor.minimap.enabled": false,
"editor.acceptSuggestionOnEnter": "off",
"scm.diffDecorationsGutterVisibility": "hover",
"editor.semanticHighlighting.enabled": true,
"editor.semanticTokenColorCustomizations": {
"[Default Light+]": {"rules": {"variable": "#1a31da"}}
},
"editor.minimap.enabled": false,
"editor.unicodeHighlight.nonBasicASCII": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.rulers" : [100],
"editor.acceptSuggestionOnEnter": "off",
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"lean4.infoview.emphasizeFirstGoal": true,
"lean4.infoview.showExpectedType": false,
"search.useIgnoreFiles": true
Expand Down

0 comments on commit 80a40a9

Please sign in to comment.