From d0692c36083f7a74c26fbd4ac50a3f834af679d4 Mon Sep 17 00:00:00 2001 From: killer-cf Date: Tue, 4 Nov 2025 13:41:12 -0300 Subject: [PATCH] chore: update editorconfig and tool versions - Changed the indent size in .editorconfig from 4 to 2 spaces for consistency. - Updated Node.js version in .tool-versions from 25.0.0 to 22.21.1 to align with project requirements. --- .editorconfig | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c1322dc..ebe51d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = false diff --git a/.tool-versions b/.tool-versions index 18964c8..668b21d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 25.0.0 +nodejs 22.21.1