When I copy and paste a block of multiple lines from outside the curly braces in Sublime Text 4, only the first line gets indented correctly, while the other lines don’t. Is there a way to fix this? It doesn’t matter if it’s CSS, PHP or JavaScript.
Keybindings:
{
“keys”: [“super+v”], “command”: “paste_and_indent”
}
Thank you.Preformatted text