8 lines
302 B
Plaintext
8 lines
302 B
Plaintext
|
|
# 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
|