Merge pull request 'Strip trailing whitespace from files' (#2240) from EliasFleckenstein03/MineClone2:fmt into master

Reviewed-on: MineClone2/MineClone2#2240
This commit is contained in:
Lizzy Fleckenstein 2022-05-26 05:36:32 +00:00
commit 96dcfb8a62
28 changed files with 2382 additions and 2380 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")