From 2dafba786d4174b638660017f42a3f09be5396bd Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Thu, 31 Jul 2025 12:03:07 -0300 Subject: [PATCH] =?UTF-8?q?configura=C3=A7=C3=A3o=20de=20formata=C3=A7?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f341cd0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "editor.codeActionsOnSave": { + "source.organizeImports.biome": "always", + "source.fixAll.biome": "always" + } +}