Add tool to strip trailing whitespace
This commit is contained in:
parent
8210fba65b
commit
6a054556cc
2
tools/strip_trailing_whitespace.sh
Executable file
2
tools/strip_trailing_whitespace.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")
|
Loading…
Reference in New Issue
Block a user