Pinned Loading
-
remove-whitespace.sh
remove-whitespace.sh 1#!/bin/sh
2# set -x verbose #echo on
34# Find files with trailing whitespace
5for file in `git diff --check --cached | grep '^[^+-]' | grep -o '^.*[0-9]\+:'` ; do
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.