Is there a setting or plugin that forces sublime to start each new line at the first position / all the way left?
New Line First Character
yes. i’m not sure if there is a setting for this or if I would need a package.
0 Likes
OdatNurd
#4
Does turning this setting off do what you want?
// Calculates indentation automatically when pressing enter
"auto_indent": true,
1 Like