|
| 1 | +{ |
| 2 | + // Place your settings in this file to overwrite default and user settings. |
| 3 | + "editor.formatOnSave": true, |
| 4 | + "files.eol": "\r\n", |
| 5 | + "files.encoding": "utf8", |
| 6 | + "files.insertFinalNewline": true, |
| 7 | + "files.trimTrailingWhitespace": true, |
| 8 | + "powershell.codeFolding.showLastLine": false, |
| 9 | + "powershell.buttons.showPanelMovementButtons": true, |
| 10 | + "powershell.codeFormatting.preset": "Stroustrup", |
| 11 | + "powershell.codeFormatting.pipelineIndentationStyle": "NoIndentation", |
| 12 | + "powershell.codeFormatting.ignoreOneLineBlock": false, |
| 13 | + "powershell.codeFormatting.addWhitespaceAroundPipe": true, |
| 14 | + "powershell.codeFormatting.alignPropertyValuePairs": true, |
| 15 | + "powershell.codeFormatting.autoCorrectAliases": true, |
| 16 | + "powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true, |
| 17 | + "powershell.codeFormatting.newLineAfterCloseBrace": true, |
| 18 | + "powershell.codeFormatting.newLineAfterOpenBrace": true, |
| 19 | + "powershell.codeFormatting.trimWhitespaceAroundPipe": true, |
| 20 | + "powershell.codeFormatting.useConstantStrings": true, |
| 21 | + "powershell.codeFormatting.useCorrectCasing": true, |
| 22 | + "powershell.codeFormatting.whitespaceAfterSeparator": true, |
| 23 | + "powershell.codeFormatting.whitespaceAroundOperator": true, |
| 24 | + "powershell.codeFormatting.whitespaceBeforeOpenBrace": true, |
| 25 | + "powershell.codeFormatting.whitespaceBeforeOpenParen": true, |
| 26 | + "powershell.codeFormatting.whitespaceBetweenParameters": true, |
| 27 | + "powershell.codeFormatting.whitespaceInsideBrace": true, |
| 28 | + "[markdown]": { |
| 29 | + "editor.tabSize": 2, |
| 30 | + "editor.trimAutoWhitespace": false, |
| 31 | + "files.trimTrailingWhitespace": false |
| 32 | + }, |
| 33 | + "markdownlint.config": { |
| 34 | + "MD009": false, |
| 35 | + "MD024": false, |
| 36 | + "MD025": false, |
| 37 | + "MD028": false |
| 38 | + }, |
| 39 | + "[yaml]": { |
| 40 | + "editor.tabSize": 2 |
| 41 | + } |
| 42 | +} |
0 commit comments