mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Merge pull request 'Strip trailing whitespace from files' (#2240) from EliasFleckenstein03/MineClone2:fmt into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2240
This commit is contained in:
commit
96dcfb8a62
28 changed files with 2382 additions and 2380 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