I want to find all files that have multiple new line characters at the end of their content.
How is this possible?
FYI: It's possible to search for this with PHPStorm using RegEx search term \n+\n\Z
\n+\n\Z