mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-27 12:45:55 +01:00
Remove trailing whitespace.
Also, the script is a one-liner, stolen from [1]: ack --print0 -l '[ \t]+$' | xargs -0 -n1 perl -pi -e 's/[ \t]+$//' [1] https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively
This commit is contained in:
committed by
Carlos R. Mafra
parent
a17d131da3
commit
54a24ab6f7
@@ -57,7 +57,7 @@ your own good.
|
||||
|
||||
Notes
|
||||
-----
|
||||
1. Multibyte character support must be enabled in WindowMaker.
|
||||
1. Multibyte character support must be enabled in WindowMaker.
|
||||
|
||||
2. WindowMaker must also be started from a terminal program that can
|
||||
display the messages in that language, like xterm that supports Korean
|
||||
@@ -66,7 +66,7 @@ characters.
|
||||
3. Uses iso8859-2 character set.
|
||||
|
||||
|
||||
Notes:
|
||||
Notes:
|
||||
- if you update a translation of someone else, please contact the current
|
||||
maintainer, so that we don't have duplicate work. Also put a "history" log in
|
||||
the top of the file, like:
|
||||
|
||||
Reference in New Issue
Block a user