Files
puzzle-quest/gdlintrc
T

8 lines
302 B
Plaintext
Raw Normal View History

2026-05-17 14:48:13 +02:00
# gdtoolkit / gdlint config
# https://github.com/Scony/godot-gdscript-toolkit/wiki
# Godot $-paths and typed signatures push lines well past 100 cols routinely;
# 140 keeps the rule as a "no absurdly long line" safety net without forcing
# constant manual wrapping of node paths.
max-line-length: 140