From f2a59f7b6d268d143f847b8d9ce9349f49eeae2d Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Fri, 28 Mar 2025 00:44:08 +0100 Subject: [PATCH] fix: prevent removing trailing whitespace to allow soft newline --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4b60467 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "files.trimTrailingWhitespace": false +} \ No newline at end of file