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

feat: add bracketedArray option #204

Merged
merged 1 commit into from
Apr 13, 2023
Merged

feat: add bracketedArray option #204

merged 1 commit into from
Apr 13, 2023

Conversation

wraithgar
Copy link
Member

Rewrite of #137

In this version, the change is total. You either want bracketed arrays
or you don't. ini already allows for things like

a[]=1
a=2

Which will result in an array of a: ['1, '2']

What this PR does is let you opt into a totally separate behavior, where
duplicate names are the array signal, and not [].

nlf
nlf previously approved these changes Apr 12, 2023
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

Successfully merging this pull request may close these issues.

2 participants