#593111
User is working with CodeMix and set the editor.autoIndent to true in ${user.home}/.codemix/settings.json
However, indentation is not corrected when copy pasting the code in the CodeMix editors for javascript, html, or xml. The editor.detectIndentation value doesn’t affect this behavior either.
Test case : https://gyazo.com/7d4ac9ad999cb9cd78c473465ab38bcc
P.S: In VSCode, pasted code was correctly indented if this setting was on.