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 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.