Answer the question
In order to leave comments, you need to log in
How to copy and paste code correctly?
The fact is that when I copy a piece of code and paste it into some editor, the first line of the copied code moves out relative to the lower code. How to copy and paste the code correctly so that everything is smooth?
Answer the question
In order to leave comments, you need to log in
Sublime Text 3 -> Preferences -> Key Bindings
Add the following code to the right window:
[
{ "keys": ["alt+shift+f"], "command": "reindent"}
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question