From 82f0bec479ec9eab5842fdef81836133a511326d Mon Sep 17 00:00:00 2001 From: Connor Abbas Date: Tue, 28 Jan 2025 02:50:08 +0000 Subject: [PATCH 1/2] formatting --- .devcontainer/devcontainer.json | 7 ++- src/components/InputErrors.vue | 5 +- src/components/PrimeVue/LinksPanelMenu.vue | 30 ++++++------ src/views/Welcome.vue | 18 +++----- src/views/error/NotFound.vue | 17 +++---- src/views/profile/Edit.vue | 54 ++++++++++------------ 6 files changed, 62 insertions(+), 69 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ebc633c..4804b5b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -25,7 +25,12 @@ "pmneo.tsimporter" ], "settings": { - "terminal.integrated.shell.linux": "/bin/sh" + "terminal.integrated.shell.linux": "/bin/sh", + "html.format.wrapAttributes": "force-expand-multiline", + "[vue]": { + "editor.defaultFormatter": "Vue.volar", + "editor.tabSize": 4 + } } } }, diff --git a/src/components/InputErrors.vue b/src/components/InputErrors.vue index 0d954e0..245bb95 100644 --- a/src/components/InputErrors.vue +++ b/src/components/InputErrors.vue @@ -7,7 +7,10 @@ defineProps({