microsoft / vscode-generator-code

Visual Studio Code extension generator
Other
1.25k stars 219 forks source link

convert spaces to tabs in files in `vscode` folder on `templates` folder #458

Closed k35o closed 2 months ago

k35o commented 3 months ago

convert spaces to tabs in files in vscode folder on templates folder

When I use VS Code Extension generator, The indentation of the settings file in .vscode was misaligned.

スクリーンショット 2024-04-17 19 57 35

This was because space and indent were used intermixed in the configuration file, so we unified them into indent.

k35o commented 3 months ago

@microsoft-github-policy-service agree