P
P
Programmir2018-10-15 17:53:44
Visual Studio Code
Programmir, 2018-10-15 17:53:44

Why is the code shifted to the left in vs code?

About 10 minutes ago, the code I wrote began to shift to the left in vs code. Why did this start happening? Maybe I didn't close the tag somewhere. Checked, like all tags are closed. What could be the reason?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2018-10-22
@Vagrant0610

I had a similar situation in this case:

Code example
for($i = 0;$i<100;$i++)
     for($j = 0;$j<100;$j++)
     {
     // ...
     }

Perhaps you have something similar, pay attention. In my case, the editor's behavior was justified.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question