Messed up line endings?

Hi!

When cloning a fresh eigen repo, I get

$ git clone https://gitlab.com/libeigen/eigen.git
$ cd eigen
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   debug/msvc/eigen.natvis
	modified:   debug/msvc/eigen_autoexp_part.dat

no changes added to commit (use "git add" and/or "git commit -a")

I have core.autocrlf=false. Anyone else seeing this? I guess it has something to do with !1991 (merged).