From 1a1c4ab5a6fdd0996a78f734cd3daa477a087bed Mon Sep 17 00:00:00 2001 From: Yutamago Date: Tue, 20 Jan 2026 20:11:07 +0100 Subject: [PATCH] fix .nvmrc line endings, breaking devcontainers on Windows --- .gitattributes | 5 +++++ .nvmrc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..a93b9417a40 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Always use linux style line endings +.nvmrc text eol=lf \ No newline at end of file diff --git a/.nvmrc b/.nvmrc index 209e3ef4b62..2edeafb09db 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +20 \ No newline at end of file