mirror of
https://github.com/janet-lang/janet
synced 2026-05-28 08:12:16 +00:00
b96350f132
Indentation levels are not sufficiently clear for deeply nested data structures. Instead, align items in a collection with its opening bracket, also known as hanging indentation. To avoid guessing the length of a "short" collection to print it on one line, items are now always printed on separate lines.