Everything I've read online tells me this should not be possible:
C:\Users\eric_\Code\range-v3>git add conanfile.py.in
warning: LF will be replaced by CRLF in conanfile.py.in.
The file will have its original line endings in your working directory.
C:\Users\eric_\Code\range-v3>git config core.autocrlf
false
Why can't I get git to ignore line endings in files?
EDIT: I have a .gitattributes
file in that directory, with the following:
*.hpp text
*.cpp text
*.txt text
*.html text
*.md text
*.yml text
*.xml text
*.in text
.gitattributes text
.gitignore text
*.cmd -text
*.sln -text
*.vcxproj -text
*.vcxproj.filters -text