What should I set autocrlf to in windows

Hii, I know that in Mosh’s course on git, autocrlf should be set to input on linux-os machines and true on windows machine. I’ve been collaborating on some projects, I get line ending issues. some of the collaborators use mac also. Also, I get the warning ‘warning: in the working copy of ‘package.json’, LF will be replaced by CRLF the next time Git touches it’ as in the screenshot above.
i made researches, saw this blog that autocrlf should be set to false

what do you guys think?