I borked my local codebase, so I mv'ed everything to another dir and then cloned the codebase from BitBucket. Now, all of the files are status "modified" (color light blue) in PhpStorm, but they are identical to what's in the repo.
Edit: when I look in VCS > Commit, it says "Contents have differences only in line separators," and remote is CRLF and my version is LF
After Git clone, how do I get the unmodified files in PhpStorm to show up as unmodified?