pelletier / go-toml

Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.68k stars 208 forks source link

Decode: fix wrong indention for comments on tables #892

Closed Felixoid closed 10 months ago

Felixoid commented 10 months ago

Follow up for #889, now comments for tables have an indentation of the parent

pelletier commented 10 months ago

Looks good, thank you for the fix!