eclipse / lyo.designer

lyo.designer
Eclipse Public License 2.0
11 stars 10 forks source link

Convert all newlines to LF #233

Closed berezovskyi closed 2 years ago

berezovskyi commented 2 years ago

find . -name "*" -not -path "*/.git/*" -not -path "*/node_modules/*" -type f -exec dos2unix {} \;