PSRule.Rules.Kubernetes/.vscode/settings.json

39 строки
816 B
JSON
Исходник Обычный вид История

2019-02-19 11:58:02 +03:00
{
"files.exclude": {
"reports/": true,
"out/": true
},
"search.exclude": {
"out/": true
},
"editor.insertSpaces": true,
"editor.tabSize": 4,
"[yaml]": {
"editor.tabSize": 2
},
"[markdown]": {
"editor.tabSize": 2
},
"files.associations": {
"**/.azure-pipelines/*.yaml": "azure-pipelines",
"**/.azure-pipelines/jobs/*.yaml": "azure-pipelines"
},
"cSpell.words": [
"Kubernetes",
"setuid"
],
"cSpell.enabledLanguageIds": [
"csharp",
"git-commit",
"markdown",
"plaintext",
"powershell",
"text",
"yaml",
"yml"
],
"yaml.schemas": {
"kubernetes": "/tests/PSRule.Rules.Kubernetes.Tests/Resources.*.yaml"
}
2019-02-19 11:58:02 +03:00
}