You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it could be an issue with your TOML file itself, or at least how its displayed on GitHub, it displays what should be tabs as individual spaces to get to the distance it should be. Using tabs and proper tabbing in a TOML file seems to let it save perfectly fine for me. I pasted the version of the TOML file I am using, which is using specifically tabs rather than any spaces. Hope this helps 😄
If a TOML file has two or more sub-tables then a simple re-write of TOML file is adding extra spaces to sub-tables.
Here is an sample tomlfile:
I am reading it and writing back with no additional changes.
Here is the output of tomlfile after rewrite using above script.
So the last two subtables are extra indented, I see from where it is coming, will file a PR to fix it.
The text was updated successfully, but these errors were encountered: