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

Allow overriding separator string between key/val pairs #9

Merged
merged 2 commits into from Sep 20, 2012

Conversation

cprice404
Copy link

This introduces a new parameter, 'key_val_separator', which
can be set in order to override the string that is used
as a separator between the key/value pair of a setting line.
The default is ' = ', but you could set the param to '=' if
you don't want to include whitespace in your settings file.

This introduces a new parameter, 'key_val_separator', which
can be set in order to override the string that is used
as a separator between the key/value pair of a setting line.
The default is ' = ', but you could set the param to '=' if
you don't want to include whitespace in your settings file.
For now, the key_val_separator is required to contain
exactly one '=' character.  This commit simply validates
that that is the case.
cprice404 added a commit that referenced this pull request Sep 20, 2012
…e-of-separator-str

Allow overriding separator string between key/val pairs
@cprice404 cprice404 merged commit 4ff4995 into master Sep 20, 2012
@tphoney tphoney deleted the feature/master/allow-override-of-separator-str branch July 19, 2017 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants