Of course, toml is indentation agnostic, but very much position dependent.
foo = true
[bar]
is very different than:
[bar]
foo = true
Have a look at the TOML readme in its GitHub repo.
Of course, toml is indentation agnostic, but very much position dependent.
foo = true
[bar]
is very different than:
[bar]
foo = true
Have a look at the TOML readme in its GitHub repo.