Open
Description
- VS Code Version: 1.95
- OS Version: Linux x64 5.15.0-139-generic
When Editor: Detect Indentation is enabled and there are some areas indented using 2 spaces, VSCode detects a 2-space indentation even when the file is mostly indented with 4 spaces.
This doesn't happen for other pairs of values such as {3, 6} or {4,8}.
Is there any reason for choosing 2 spaces over 4? Why does this happen only for the {2, 4} pair?