From fdeb6741ac1f328e0d0fcf363a1e9aa083ef69bc Mon Sep 17 00:00:00 2001 From: Stan Persoons <147701137+stan-at-work@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:50:40 +0100 Subject: [PATCH] Fix line endings --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8d4d525e..a2f21419 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { "dart.lineLength": 80, -} \ No newline at end of file + "files.eol": "auto", + "prettier.endOfLine": "auto" +}