mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
* Removed trailing whitespace with sed: find Resources/Prototypes/_WL/ -type f -print0 | xargs -0 sed -i 's/\s\+$//g' * Removed more trailing whitespaces from our code find Content.*/_WL/ -type f -print0 | xargs -0 sed -i 's/\s\+$//g' * Fixed windows issues (мастдай)