mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
Add html specific auto close config
This commit is contained in:
parent
d6688b2e97
commit
1c3bb74e99
1 changed files with 15 additions and 1 deletions
|
@ -170,6 +170,20 @@
|
|||
"description": "%html.trace.server.desc%"
|
||||
}
|
||||
}
|
||||
},
|
||||
"configurationDefaults": {
|
||||
"[html]": {
|
||||
"editor.autoClosingQuotes": {
|
||||
"autoClose": true,
|
||||
"autoWrap": true,
|
||||
"enabledBefore": "<> \n\t"
|
||||
},
|
||||
"editor.autoClosingBrackets": {
|
||||
"autoClose": true,
|
||||
"autoWrap": true,
|
||||
"enabledBefore": ",.:;<> \n\t"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -181,4 +195,4 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "7.0.43"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue