parent
0c1e82a103
commit
ee579b4bc3
10
scripts/dev/strip_whitespace.py
Normal file
10
scripts/dev/strip_whitespace.py
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Strip trailing whitespace from files in this repo
|
||||||
|
|
||||||
|
find qutebrowser scripts tests \
|
||||||
|
-type f \( \
|
||||||
|
-name '*.py' -o \
|
||||||
|
-name '*.feature' -o \
|
||||||
|
-name '*.sh' \
|
||||||
|
\) -exec sed -i 's/ \+$//' {} +
|
Loading…
Reference in New Issue
Block a user