Skip to content

Commit 820438f

Browse files
committed
remove the onEnterRules that were added, this PR will be solely for testing purposes
1 parent ea0ec9f commit 820438f

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

extensions/typescript-basics/language-configuration.json

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -215,33 +215,6 @@
215215
"action": {
216216
"indent": "outdent"
217217
}
218-
},
219-
// Indent when pressing enter from inside ()
220-
{
221-
"beforeText": "^.*\\([^\\)]*$",
222-
"afterText": "^[^\\(]*\\).*$",
223-
"action": {
224-
"indent": "indentOutdent",
225-
"appendText": "\t",
226-
}
227-
},
228-
// Indent when pressing enter from inside {}
229-
{
230-
"beforeText": "^.*\\{[^\\}]*$",
231-
"afterText": "^[^\\{]*\\}.*$",
232-
"action": {
233-
"indent": "indentOutdent",
234-
"appendText": "\t",
235-
}
236-
},
237-
// Indent when pressing enter from inside []
238-
{
239-
"beforeText": "^.*\\[[^\\]]*$",
240-
"afterText": "^[^\\[]*\\].*$",
241-
"action": {
242-
"indent": "indentOutdent",
243-
"appendText": "\t",
244-
}
245-
},
218+
}
246219
]
247220
}

0 commit comments

Comments
 (0)