We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP ファイルは PHP-CS-Fixer が見張っていると思うので他について。
検出
$ git ls-files | grep -P -v '\.(php|jpg|jpeg|png|gif|ico|ttf|woff|pdf|csv)$' | xargs --no-run-if-empty grep -lP '\r'
置換
$ git ls-files | grep -P -v '\.(php|jpg|jpeg|png|gif|ico|ttf|woff|pdf|csv)$' | xargs --no-run-if-empty sed -i -e "s/\r//g"
The text was updated successfully, but these errors were encountered:
改行コードを LF 統一 #1152
5dc1e54
No branches or pull requests
PHP ファイルは PHP-CS-Fixer が見張っていると思うので他について。
検出
置換
The text was updated successfully, but these errors were encountered: