From 1e688838c4cc14ab8c1536da6e4e80f8b69c369c Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 22 Oct 2023 14:20:59 +0200 Subject: [PATCH] added vscode settings --- .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 0000000..b1e5775 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "html.format.indentInnerHtml": true, + "html.format.wrapLineLength": 0 +} \ No newline at end of file