From 96b93d5a06d14daaa0934da3244f75ea8954ea89 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:32:56 +0200 Subject: [PATCH] added config for vscode --- sources/code/settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sources/code/settings.json diff --git a/sources/code/settings.json b/sources/code/settings.json new file mode 100644 index 0000000..07858b3 --- /dev/null +++ b/sources/code/settings.json @@ -0,0 +1,12 @@ +{ + "[typescript]": { + "editor.formatOnSave": true, + "editor.formatOnPaste": true + }, + "[markdown]": { + "editor.formatOnSave": true, + "editor.wordWrap": "on", + "editor.renderWhitespace": "all", + "editor.acceptSuggestionOnEnter": "off" + } +} \ No newline at end of file