mirror of
https://github.com/janet-lang/janet
synced 2026-06-02 02:32:15 +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.