From 76b891542e89dd0d5bb628714aca8beeb5991b31 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 23 Jul 2021 21:03:00 +0200 Subject: [PATCH] add settings.json for configure Visual Code (Formatter) --- .vscode/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/settings.json 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