diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cc82cf9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +// Place your settings in this file to overwrite default and user settings. +{ + "editor.formatOnSave": true, + "files.trimTrailingWhitespace": true, + "powershell.scriptAnalysis.settingsPath": ".vscode/PSScriptAnalyzerSettings.psd1", + "powershell.codeFormatting.newLineAfterCloseBrace": false, + "[markdown]": { + "files.trimTrailingWhitespace": false, + } +} \ No newline at end of file