Skip to content

Commit 227a102

Browse files
committed
Add VSCode settings for the dotty project
1 parent b90c324 commit 227a102

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ project/local-plugins.sbt
2222
# npm
2323
node_modules
2424

25-
# VS Code
26-
.vscode/
27-
2825
# Scala-IDE specific
2926
.scala_dependencies
3027
.cache

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"editor.tabSize": 2,
4+
"editor.insertSpaces": true,
5+
6+
"search.exclude": {
7+
"**/*.class": true,
8+
"**/*.hasTasty": true
9+
}
10+
}

0 commit comments

Comments
 (0)