mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 02:46:51 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
|
|
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
|
"powershell.codeFormatting.autoCorrectAliases": true,
|
|
"powershell.codeFormatting.newLineAfterCloseBrace": false,
|
|
"powershell.codeFormatting.newLineAfterOpenBrace": true,
|
|
"powershell.codeFormatting.openBraceOnSameLine": true,
|
|
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline",
|
|
"powershell.codeFormatting.preset": "OTBS",
|
|
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
|
|
"powershell.codeFormatting.whitespaceAfterSeparator": true,
|
|
"powershell.codeFormatting.whitespaceAroundOperator": true,
|
|
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
|
|
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
|
|
"powershell.codeFormatting.whitespaceBetweenParameters": true,
|
|
"powershell.codeFormatting.whitespaceInsideBrace": true,
|
|
"shellcheck.exclude": [
|
|
"SC1090","SC2096"
|
|
],
|
|
"shellcheck.customArgs": [
|
|
"-x"
|
|
],
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"**/toolset-*.json"
|
|
],
|
|
"url": "./schemas/toolset-schema.json"
|
|
}
|
|
]
|
|
|
|
}
|