Sublime Forum

Formatting bug as I paste some piece of code

#1

Hi there,
Each time I cut’n’paste some pice of code, indents are broken.

Such a chit never happens in TextMate.

Very sad about this.


0 Likes

#2

Add this to your user keybindings and thank me later: { "keys": "super+shift+v"], "command": "paste" }, { "keys": "super+v"], "command": "paste_and_indent" }

0 Likes

#3

C0D312, thank you.
Just added them along with insert br snippet (ctrl=enter)

Why not to add it by default?

0 Likes