lint fixes
Some checks failed
Continuous Integration / Code Formatting (pull_request) Successful in 27s
Continuous Integration / Code Quality Check (pull_request) Successful in 29s
Continuous Integration / Test Execution (pull_request) Failing after 33s
Continuous Integration / CI Summary (pull_request) Failing after 5s

This commit is contained in:
2025-09-28 19:16:20 +04:00
parent c1f3f9f708
commit eb99c6a18e
46 changed files with 2608 additions and 1304 deletions

View File

@@ -3,7 +3,7 @@
# Maximum line length (default is 100)
# Godot's style guide recommends keeping lines under 100 characters
line_length = 100
line_length = 80
# Whether to use tabs or spaces for indentation
# Godot uses tabs by default