Improve ignore pattern parsing by trimming whitespace after split(',')
#417
Labels
enhancement
New feature or request
split(',')
#417
Currently, Repomix's ignore pattern parsing does not trim whitespace after splitting on
,
. This can lead to unexpected behavior, where patterns contain unintended leading spaces.I plan to improve the parser to trim whitespace after split(',') so the first pattern style works as expected. There should be very few cases where leading or trailing spaces are actually needed in patterns, and in those rare cases, \s can be used.
related
The text was updated successfully, but these errors were encountered: