I DO want this behavior (pressing enter will keep me on the same indentation level):
However, I do NOT want whatever this is trying to do (it changes existing indentation when I type certain things on it):
Is there any way to get this? Ideally I don’t want any kind of “smart” or automatic indentation behavior at all, except for what’s in the the first example. My current indentation related settings are these:
“auto_indent”: true,
“smart_indent”: false,
“indent_to_bracket”: false,
“trim_automatic_white_space”: false,
“shift_tab_unindent”: true,