aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vscode/settings.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..6a49c46
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,27 @@
+// Configure PSScriptAnalyzer settings
+{
+ "[powershell]": {
+ "editor.formatOnSave": true
+ },
+ "powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1",
+ "powershell.codeFormatting.preset": "OTBS",
+ "powershell.codeFormatting.alignPropertyValuePairs": true,
+ "powershell.codeFormatting.ignoreOneLineBlock": true,
+ "json.schemas": [
+ {
+ "url": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
+ "fileMatch": [
+ "bucket/**/*.json"
+ ]
+ }
+ ],
+ "files.insertFinalNewline": true,
+ "files.exclude": {
+ "**/.git": true,
+ "**/.svn": true,
+ "**/.hg": true,
+ "**/CVS": true,
+ "**/.DS_Store": true,
+ "**/tmp": true
+ }
+}