i'm using atom @ work editing python code, , i'm running against painful interaction between muscle memory , labor-saving feature.
near can tell, atom will, when paste snippet of code, redo indentation it's consistent indentation of line pasted into, preserving relative indents.
if didn't have baggage using editors without feature, i'm pretty sure it'd great, is, can't break habit of selecting preceding newline, , pasting that, tends crazy things when pasting or first line of block.
i've tried turn off auto indent on paste, it's not on anywhere can find, , i'm not sure it's same feature; it's hear people complaining atom going crazy when paste python.
so, disable this? i'm willing work no extensions i've got installed, assume vanilla install.
i guess workflow i'm looking "paste, manual re-indent", because @ least way know i'm getting , response same. stands, don't have think until converts simple line rearrangements syntactic garbage, worse adjusting things every time.
edit: in response milo price, have tried setting both autoindentonpaste
, normalizeindentonpaste
false
. behavior unchanged.
further edit: had reload configuration take. it's working now.
you have set config options autoindentonpaste
, normalizeindentonpaste
both false
, , reload configuration.