Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.441 Beiträge
Delphi 12 Athens
|
AW: github und LF CRLF
Gestern, 14:10
siehe https://git-scm.com/docs/git-config
und https://git-scm.com/docs/gitattributes
core.safecrlf = true
core.autocrlf = false
und zusätzlich vielleicht noch
core.ignorecase = true
core.hidedotfiles = false
core.protectntfs = true
core.protecthfs = true
Alternativ im .gitattributes für *.pas, *.dfm usw. das CRLF explizit vorgeben oder auf binary umstellen.
Ein Therapeut entspricht 1024 Gigapeut.
Geändert von himitsu (Gestern um 14:14 Uhr)
|