BracketSpace / Notification

WordPress Notification plugin
https://docs.bracketspace.com/notification/
GNU General Public License v3.0
170 stars 30 forks source link

Remove blank first lines and multiple blank lines #441

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

Command used.

git ls-files --cached -z -- ':(exclude,glob)**/yarn.lock' \
    | xargs --null -L 1 -- sed -i -e '/./,$!d' -e '/^$/N;/^\n$/D'