From 46e1c469622b39aa4ed1d5722bc689c19daa7cce Mon Sep 17 00:00:00 2001 From: createurdeplaisirs26740 Date: Sun, 1 Feb 2026 18:56:13 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20fichier=20de=20configuration=20VSC?= =?UTF-8?q?ode=20pour=20le=20formatage=20et=20la=20gestion=20des=20parenth?= =?UTF-8?q?=C3=A8ses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..892261c8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "editor.defaultFormatter": "GitHub.copilot-chat", + "editor.autoClosingBrackets": "languageDefined" +} \ No newline at end of file