Git Management
Line endings
-
core.autocrlf=input— convert CRLF to LF on commit (common on Windows when the repo is LF-normalized). -
core.autocrlf=false— no conversion; rely on.gitattributes/ EditorConfig.
Prefer .gitattributes for path-specific rules. See also Windows EOL Exceptions.