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.
This commit is contained in:
2025-11-04 13:41:12 -03:00
parent f02eb473ca
commit d0692c3608
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
nodejs 25.0.0
nodejs 22.21.1