Strip trailing whitespace from files #2240

Merged
LizzyFleckenstein03 merged 2 commits from LizzyFleckenstein03/MineClone2:fmt into master 2022-05-26 07:36:49 +02:00

Not sure whether it's a good idea since it might lead to conflicts.

sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua") btw

Not sure whether it's a good idea since it might lead to conflicts. `sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")` btw
Contributor

haha you called it it's not that many files though so i would say let's do this - not super high priority though

haha you called it it's not that many files though so i would say let's do this - not super high priority though
LizzyFleckenstein03 force-pushed fmt from 850a739e9a to f6a40ffb78 2022-05-26 07:31:32 +02:00 Compare
Author
Member

Merging now since the PR it ages quickly and you agreed to do it.

To anyone getting conflicts: Just run tools/strip_trailing_whitespace.sh before merge and you should be fine.

Merging now since the PR it ages quickly and you agreed to do it. **To anyone getting conflicts:** Just run `tools/strip_trailing_whitespace.sh` before merge and you should be fine.
LizzyFleckenstein03 merged commit 96dcfb8a62 into master 2022-05-26 07:36:33 +02:00
LizzyFleckenstein03 deleted branch fmt 2022-05-26 07:36:49 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#2240
No description provided.