Created
October 29, 2011 15:55
-
-
Save kennyj/1324683 to your computer and use it in GitHub Desktop.
行末の空白を削除
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find * -type f -exec sed 's/[ \t]*$//' -i {} \; | |
from https://github.com/rails/rails/commit/b451de0d6de4df6bc66b274cec73b919f823d5ae#activesupport/lib/active_support/cache.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment