From 8125e3ec9735bbb6dbfa1cf47abe752c8b2249c2 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Thu, 12 Jan 2023 23:30:35 -0600 Subject: [PATCH] chore: Add rulers to vscode settings, format --- .vscode/extensions.json | 3 ++- .vscode/settings.json | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 67d11681..4139be42 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -5,6 +5,7 @@ "ms-python.vscode-pylance", "ms-python.python" ], - // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + // List of extensions recommended by VS Code that should not be recommended for + // users of this workspace. "unwantedRecommendations": [] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 8bcde0b9..7fdb42b7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,9 +4,10 @@ "Dupras", "hscommon" ], + "editor.rulers": [ + 88, + 120 + ], "python.languageServer": "Pylance", "yaml.schemaStore.enable": true, - "yaml.schemas": { - "https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml" - } } \ No newline at end of file