Open TTvanWillegen opened 1 year ago
Hey @TTvanWillegen, thank you so much for your contribution! 🚀
🔄 We're currently running a few checks to make sure that everything is great with your contribution. If further actions need to be performed before your contribution can be reviewed, additional guidance will be provided to you in the next comment.
Results are coming soon, stay tuned!
I have come up with exactly the same solution and found this PR when I was about to submit mine.
I have tested it on my setup, it is safe could be merged IMHO.
Thank you for taking the time to work on a Pull Request. Your contribution is really appreciated! :tada: Please don't delete any part of the template, since keeping the provided structure will help maintainers to review your work more rapidly.
Sections marked as * are required and need to be filled in.
Proposed change*
Instead of obligatory whitespacing between the key-semicolon and value, make these optional. Same for whitespace between the two last_action parts.
Resolves #576. Instead of action taken as stated in issue (remove whitespace from regex), uses optional whitespace (
\s*?
)Checklist*
npm run format
before submitting my Pull Request.