Normalizing Line Endings in Git: CRLF vs. LF Git wants to save in LF. The world wants to save in LF. Linux and Mac have the default of LF. Windows is alone in having CRLF. So the decision is made: LF. You can manage and replace LF with CRLF in your Git repository, ensuring consistent line endings according to your project requirements. Development