Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indentaion of two dimensional array fails when type hint is given #29

Open
yilkalargaw opened this issue Dec 12, 2019 · 1 comment
Open
Labels

Comments

@yilkalargaw
Copy link
Contributor

Indentation of two dimensional arrays works fine if not type hint is given for the internal arrays. But if you try to indent two dimensional arrays with type hints it all goes wrong. It especially renders a code with hard-coded large two dimensional arrays unreadable the behavior is as shown below.

[[1,2,3,4],
 [5,5,6,7]]


[[1, 2, 3] of UInt8,
              [4, 5, 6] of UInt8]
@xendk
Copy link
Contributor

xendk commented Aug 11, 2023

Might be related to #40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants