I'm currently facing an issue with my VSCode setup. I am trying to configure the space size to be equal to 1 and tab size to be equal to 2 as the default for every project. However, despite my efforts, it keeps reverting back to spaces: 4 for each new project. Interestingly, when I manually set the spaces to 2 and run a Beautify file, everything appears correctly with a space size of 2. But as soon as I save the file, it automatically formats it back to an indent size of 4. How can I make sure that the default is always equal to 2?
https://i.sstatic.net/6ZdXQ.png
Even after making changes in User settings,