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

Adding new line on empty line in a jai file removes indentation of the new line #2995

Open
nafonso opened this issue Dec 29, 2024 · 0 comments
Labels
bug list1_ next after current Priority 2 above normal

Comments

@nafonso
Copy link

nafonso commented Dec 29, 2024

Create a .jai file with code like this:
f :: () { x := 3; while x < 10 { x += 3; // Put cursor at the end of this line and hit enter twice } }

10x_jai_newlines

@slynch8 slynch8 added bug Priority 2 above normal list1_ next after current labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug list1_ next after current Priority 2 above normal
Projects
None yet
Development

No branches or pull requests

2 participants