mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-24 19:41:08 +01:00
Add tool to strip trailing whitespace
This commit is contained in:
parent
8210fba65b
commit
6a054556cc
1 changed files with 2 additions and 0 deletions
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 a new issue