The JSON formatter output contains lines that are longer than 120 characters #46412
Labels
<Bug>
This needs to be fixed
[C++]
Changes (can be) made in C++. Previously named `Code`
Code: Infrastructure / Style / Static Analysis
Code internal infrastructure and style
Code: Tooling
Tooling that is not part of the main game but is part of the repo.
[JSON]
Changes (can be) made in JSON
(S3 - Duplicate)
Bug that is duplicate of another one
Describe the bug
Cataclysm-DDA/gfx/UltimateCataclysm/tile_config.json
Line 6006 in 8bced72
The longest line is 137 characters long
Steps To Reproduce
Or feed the current
gfx/UltimateCataclysm/tile_config.json
to the https://dev.narc.ro/cataclysm/format.htmlExpected behavior
All lines are shorter than 120 characters.
Versions and configuration
master code
Additional context
Tried implementing a linter with the same style in Python, found this difference.
The text was updated successfully, but these errors were encountered: