提交 69888915 编写于 作者: J Johannes Rieken

remove mixed indentation, fixes #21173

上级 0a246ab3
......@@ -71,12 +71,12 @@ class OpenSnippetsAction extends actions.Action {
var defaultContent = [
'{',
'/*',
'\t // Place your snippets for ' + language.label + ' here. Each snippet is defined under a snippet name and has a prefix, body and ',
'\t // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:',
'\t // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the ',
'\t // same ids are connected.',
'\t // Example:',
'\t "Print to console": {',
'\t// Place your snippets for ' + language.label + ' here. Each snippet is defined under a snippet name and has a prefix, body and ',
'\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:',
'\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the ',
'\t// same ids are connected.',
'\t// Example:',
'\t"Print to console": {',
'\t\t"prefix": "log",',
'\t\t"body": [',
'\t\t\t"console.log(\'$1\');",',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册