Skip to content

Commit d28024a

Browse files
authored
Auto-Closing Brackets for Refinement Strings (#48)
1 parent 732311d commit d28024a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

client/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,12 @@
111111
"source.java"
112112
]
113113
}
114-
]
114+
],
115+
"configurationDefaults": {
116+
"[java]": {
117+
"editor.autoClosingBrackets": "always"
118+
}
119+
}
115120
},
116121
"scripts": {
117122
"vscode:prepublish": "npm run package",

0 commit comments

Comments
 (0)