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:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
nodejs 25.0.0
|
||||
nodejs 22.21.1
|
||||
|
||||
Reference in New Issue
Block a user