Skip to content

Commit b270cf3

Browse files
committed
vscode-dotty: default indentation settings for .scala files
1 parent c3ad1d7 commit b270cf3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vscode-dotty/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
]
3838
}
3939
],
40+
"contributes": {
41+
"configurationDefaults": {
42+
"[scala]": {
43+
"editor.tabSize": 2,
44+
"editor.insertSpaces": true
45+
}
46+
}
47+
},
4048
"scripts": {
4149
"tsc": "./node_modules/.bin/tsc",
4250
"vscode:prepublish": "npm run update-all && ./node_modules/.bin/tsc -p ./",

0 commit comments

Comments
 (0)