I have been struggling with indentation in sublime text for years now. I really just want to disable syntax-based indentation. I even tried creating custom copies of the C/C++ language syntax files and removing all increaseIndent (etc) tags. It uses my custom syntax, but it still indents.
Bad behaviour:
if (inconsistent)
{
|
then, typing ‘}’ randomly gives either of these:
if (inconsistent)
{
}|
if (inconsistent)
{
}|
I’ve long ago given up on having this bug fixed. I just want syntax-based indentation disabled. When I edit a plain text file, the indentation behaviour is exactly what I want.
Is there anyway we can get this done?
Many thanks for anyone who can assist.
Reference:
other users complaining about the same thing