Updated to IntelliJ 14, tab size is now wrong
Okay, this is a strange one. My tab size has always been set to 4, and has always worked properly. Now after updating to the latest verison of IntelliJ, even though in the code style preferences it still says 4, my tabs are only 2 spaces.
Am I missing something here? How is this possible?
请先登录再写评论。
Hello.
This thread suggests two possibilities: https://devnet.jetbrains.com/message/5527798 :
1. Either set "Detect and use existent file indents for editing" = No.
2. Or "Enable EditorConfig support" = No.
Regards,
Alexander.
Unfortunately that doesn't seem to be the case here. I have both of those options checked.

Yes, but try to uncheck them instead.
Alexander.
Oohhhhh, sorry, I thought you meant they were supposed to be on. That fixed my issue, thank you so much! So strange that this just started happening out of nowhere.