PSRule.Rules.CAF/.vscode/settings.json

47 строки
879 B
JSON
Исходник Постоянная ссылка Обычный вид История

2019-12-16 08:56:41 +03:00
{
"files.exclude": {
"reports/": true,
"out/": true,
".vs/": true,
"**/bin/": true,
"**/obj/": 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"
},
"cSpell.words": [
2020-01-05 14:23:51 +03:00
"NSGs",
2019-12-16 08:56:41 +03:00
"Subnet",
"VNET",
"cmdlet",
"cmdlets",
2020-01-03 13:09:14 +03:00
"hashtable",
"subnets"
2019-12-16 08:56:41 +03:00
],
"cSpell.enabledLanguageIds": [
"csharp",
"git-commit",
"markdown",
"plaintext",
"powershell",
"text",
"yaml",
"yml"
2023-02-20 08:37:40 +03:00
],
"git.branchProtection": [
"main",
"release/*"
2019-12-16 08:56:41 +03:00
]
}