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