Why VS Code does not follow the tabs/spaces that I require in my settings?
Summary The issue of VS Code not following the tabs/spaces settings in Makefiles is a common problem faced by many users. Despite setting editor.tabSize, editor.detectIndentation, and editor.insertSpaces in the settings, VS Code still uses spaces instead of tabs in Makefiles, causing issues with the build process. Root Cause The root cause of this issue is … Read more