How to indent front matter the same as body content?

What I’m trying to do

I would like the front matter to be indented the same way as lists in the body of notes. Currently, when editing a note in “edit” mode (WYSIWYG), lists in the front matter are indented with two spaces, and lists in the body are indented with four spaces. Example file:

---
tags:
  - person
---

- first
    - second

Things I have tried

I don’t know of a separate setting, so you press spaces (twice) or use Properties core plugin in Live Preview where list property types along with two-space indentation of property values will be automatically handled by Obsidian.