-
Notifications
You must be signed in to change notification settings - Fork 5
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
Code Textarea Not Maintaining Language-Specific Indentation #1
Comments
Hi can you assign this to me |
!assign @chandan365c |
@chandan365c Default time is 45 mins show me the progress i will extend it (show me before the time runs out) |
Hey @Lohithsurya! The timer for the @chandan365c to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
can you assign this to me |
!deassign |
!assign @Omkar-Patil-08-05 |
Hey @Lohithsurya! The timer for the @Omkar-Patil-08-05 to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
The textarea used for code input does not correctly maintain the indentation rules specific to various programming languages or you should be giving the space manually. This affects the readability and structure of the code, making it difficult for users to write and format their code correctly.
For example,
when you write for statement in python and head to next line it should automatically start after an indentation.
The text was updated successfully, but these errors were encountered: