Visual studio Code + Robot Framework Indentation wrong

Hi,
I have been using Visual Studio Code(Mac-version) for my RF tests. Only two issues I encounter are:

  1. My indentation is all wrong. I cant seem to line anything up with my tabs. It only seems to happen with .robot -files and not with .py etc.
    I tried making changes to my settings.json file for indentation but nothing seems to work.
    Please help me with this because its very frustrating.
    A copy of my settings.json is added as an appendix

  2. When I run my tests from the testrunner button (Run Tests/Suite, upper right button)
    Screenshot 2022-11-09 at 15.32.14

it seems to store the output.xml and report.html file in the project folder. I have a “Results” directory which I can use to store the output.xml and report.html-files if I run the tests with “robot -d results tests/crm.robot”.

Using a button seems easier and faster. Is there a way I can change the directory in which the results are stored to /Users/laurens/projects/robotframework/Results automatically?

Many thanks in advance!