Any way to disable auto-indentation in Cursor?

The auto-indentation in Cursor does not seem to work very well. It keeps indenting in all the wrong places and messing up my code formatting.

I was wondering if there is a way to completely disable auto-indentation? I’d rather handle it manually than deal with these issues.

Any help would be appreciated!

I would also very much appreciate disabling the auto-indentation, I’m referring to when the autocomplete suggestion is purely indentations, no code. Also I experience most pain when I’m indenting my comment blocks.

Indentation is on tab, also cursor suggestion is also on tab, so often I’m very confused on what am I doing when I press tab, am I doing my own indentation? am I accepting cursor’s suggestion?

Also I think the indentation diff UI is naturally confusing. It’s not as easy to read as code diffs.