Normalize line endings according to .gitattributes
normalize_line_endings.Rd
This function adjusts the line endings (LF or CRLF) and enforces file attribute handling of all files in the current directory and subdirectories, according to the settings specified in the .gitattributes
file.
This creates consistency between the files on the online repository and those in the local environment.
Value
Files in the directory will be altered where relevant. Users get the option to commit these changes.