Use hard tabs for Makefiles (#9978)

If you use soft tabs by default, editing Makefiles will be broken as
they require tab indentation to parse correctly.

Release Notes;

- Changed default settings for `Makefile`s to use hard tabs.
This commit is contained in:
Stephen Belanger 2024-04-01 09:47:08 -07:00 committed by GitHub
parent a0f236af5d
commit 30fad09dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -560,6 +560,9 @@
"source.organizeImports": true
}
},
"Make": {
"hard_tabs": true
},
"Markdown": {
"tab_size": 2,
"soft_wrap": "preferred_line_length"