-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathsettings.json
More file actions
29 lines (21 loc) · 861 Bytes
/
Copy pathsettings.json
File metadata and controls
29 lines (21 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.tabSize": 4,
"editor.insertSpaces": true,
"files.encoding": "utf8",
"powershell.codeFormatting.preset": "OTBS",
"powershell.codeFormatting.ignoreOneLineBlock": false,
"powershell.codeFormatting.newLineAfterCloseBrace": false,
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline",
"powershell.codeFormatting.alignPropertyValuePairs": true,
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.scriptAnalysis.settingsPath": "ScriptAnalyzerSettings.psd1",
"files.associations": {
"*.ps1xml": "xml",
".earthlyignore": "ignore"
},
"coverage-gutters.coverageFileNames": ["coverage.xml"],
"coverage-gutters.coverageBaseDir": "**"
}