Navigation Menu

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

Add option to IgnoreHeaderUnderscores #391

Closed
wants to merge 1 commit into from
Closed

Add option to IgnoreHeaderUnderscores #391

wants to merge 1 commit into from

Conversation

kimsey0
Copy link

@kimsey0 kimsey0 commented May 19, 2015

Implement a IgnoreHeaderUnderscores configuration setting that mirrors IgnoreHeaderWhiteSpace.

Implement a IgnoreHeaderUnderscores configuration setting that mirrors
IgnoreHeaderWhiteSpace.
@JoshClose
Copy link
Owner

I took a different approach to this by adding Func<string, string> Configuration.PrepareHeaderForMatch { get; set; }. This allows the user to do whatever they need to do. There were too many different config values for how to match against headers.

@JoshClose JoshClose closed this Aug 26, 2017
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.

None yet

2 participants