mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Change remaining CRLF line endings to LF
find . -type f -name "*.JSON" -exec dos2unix {} \+;
This commit is contained in:
find . -type f -name "*.JSON" -exec dos2unix {} \+;