When I create a new flutter project using flutter create and open the project in VSCode it always says the configured tab size is 2 when my user settings say it should be 4 and I can't find anywhere that says that tab size is configured to be 2.
Does anyone have any idea where it is configured this way?
Edit: The question: How can I customize the tab-to-space conversion factor? does not help to answer my question as I've already tried those steps. The issue here is something is overriding the settings in VSCode for the flutter project and I can't seem to figure out what it is.