I suppose that you can uncheck all settings on the 'File | Settings | Editor | General | Smart Keys' tab. Does that help?

0
Avatar
Permanently deleted user

I disabled everything but it's still trying to fix my code
https://yadi.sk/i/TnoNa7DE3Lokus

For example, I want to type this:

bool needToDoSomething = config.SomethingIsEnabled &&
      (DoSomethingNow || SomeFactor > SomeThreshold);

I want 4 spaces indent on the second line but Clion thinks 8 spaces would be better...

0

请先登录再写评论。