提交 c04ce75d 编写于 作者: M Martin Aeschlimann

Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301

上级 95f8b3c8
......@@ -17,6 +17,11 @@
"language": "go",
"scopeName": "source.go",
"path": "./syntaxes/go.json"
}]
}],
"configurationDefaults": {
"[go]": {
"editor.insertSpaces": false
}
}
}
}
\ No newline at end of file
......@@ -19,6 +19,11 @@
"language": "makefile",
"scopeName": "source.makefile",
"path": "./syntaxes/Makefile.json"
}]
}],
"configurationDefaults": {
"[makefile]": {
"editor.insertSpaces": false
}
}
}
}
\ No newline at end of file
......@@ -18,6 +18,12 @@
"language": "yaml",
"scopeName": "source.yaml",
"path": "./syntaxes/yaml.json"
}]
}],
"configurationDefaults": {
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册