mattlqx / pre-commit-search-and-replace

Plugin for pre-commit for arbitrary search and replace on committed files.
MIT License
12 stars 6 forks source link

apply insensitive searching to standard strings #14

Closed mattlqx closed 7 months ago

mattlqx commented 7 months ago

The options for insensitivity only applied to regexes despite what was documented in the README.

Fixes #10