In some editors, when you hit ctrl+enter the editor inserts a language domain specific newline character, ie:
<br />
for editing .html/.blade.php
\n
for when editing .js/.php/.c/.py/etc.
\r\n
for when editing .c/.py/etc. on windows
'n
when editing .ps (i can’t escape backtick on this forum markdown, somehow broken, it’s a backtick, not an apostrophe)
for .xml
maybe i’ve missed some
Can i configure this somehow in sublime? I can’t seem to find something like this in either key bindings or settings.