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:
parent
a0f236af5d
commit
30fad09dac
1 changed files with 3 additions and 0 deletions
|
@ -560,6 +560,9 @@
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Make": {
|
||||||
|
"hard_tabs": true
|
||||||
|
},
|
||||||
"Markdown": {
|
"Markdown": {
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
"soft_wrap": "preferred_line_length"
|
"soft_wrap": "preferred_line_length"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue