Skip to content
  • Christophe HENRY's avatar
    Retire les caractères blancs en fin de ligne · 965677b5
    Christophe HENRY authored
    find . -type f -print -o -path './.git' \
    -prune -o -path './cache' -prune \
    | xargs sed --in-place 's/[ \t]\+$//g'
    git checkout templates/marigolds/favicon.png
    
    git diff | wc -l
    2313
    
    git diff --ignore-all-space | wc -l
    0
    965677b5