I always need to outdent my themes

Hi,

when i download a theme from HACS, after downloading, i always need to remove the 2 spaces from every line in the theme, i cant use idented lines, why is that?

this is my config :


frontend:
  javascript_version: auto
  themes: !include_dir_named themes

Use

themes: !include_dir_merge_named themes

perfect, that was it

thx!