Adjust tab size for Markdown (#8079)
This PR sets the `tab_size` for Markdown to 2 spaces. This should prevent Prettier from adding a bunch of leading whitespace when formatting Markdown lists. Release Notes: - N/A
This commit is contained in:
parent
91b97387b6
commit
33ecb424af
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"languages": {
|
||||
"Markdown": {
|
||||
"tab_size": 2,
|
||||
"formatter": "prettier"
|
||||
},
|
||||
"TOML": {
|
||||
"formatter": "prettier",
|
||||
"format_on_save": "off"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue