Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to format a inline table? #206

Open
NaturalUser opened this issue Jan 10, 2023 · 0 comments
Open

how to format a inline table? #206

NaturalUser opened this issue Jan 10, 2023 · 0 comments

Comments

@NaturalUser
Copy link

hello

i tried to make a table and it has standard format:
[points]
x=1
y=1
z=0
[points]
x=2
y=1
......

but i just want to output a toml file with the format like below:
points = [
{ x=1, y=1, z=0 },
{ x=2, y=4, z=0 },
{ x=3, y=9, z=0 },
]
how should i do?
(sorry for poor English)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant